2 form actions possible?

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.

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

Re: 2 form actions possible?

thanks .. i’ll try tommorow

Re: 2 form actions possible?

:)

Re: 2 form actions possible?

thanks
it worked. put one inside the other.