nomaan
March 10, 2005, 10:03pm
1
I’m still playing around with online surverys. I found this useful script that converts form data to an excel file. I already have a .php file that emails me the results. Can I add this 2nd script to the form action, so that I still get my emails, and this excel file also gets created.
system
March 10, 2005, 10:21pm
2
Re: 2 form actions possible?
nomaan:
I’m still playing around with online surverys. I found this useful script that converts form data to an excel file. I already have a .php file that emails me the results. Can I add this 2nd script to the form action, so that I still get my emails, and this excel file also gets created.
i tried;
and
But only the script listed first works.
I also tried this;
and again, only the first script executed.
u cant have two action attributes it’s not logical and besides u cant have two attributes with same name,
u want wanna redirect to the 2nd script when ur first one is done, or just include it in first script
endless possibilites, just use ur imagination
nomaan
March 11, 2005, 4:08am
3
Re: 2 form actions possible?
u cant have two action attributes it’s not logical and besides u cant have two attributes with same name,
u want wanna redirect to the 2nd script when ur first one is done, or just include it in first script
endless possibilites, just use ur imagination
thanks .. i’ll try tommorow
system
March 11, 2005, 6:15pm
4
Re: 2 form actions possible?
:)
nomaan
March 11, 2005, 9:34pm
5
Re: 2 form actions possible?
thanks
it worked. put one inside the other.