
Originally Posted by
Andy128
Form1 going to email-1 action = action.php
copy php script into action.php page and change e-mail address to one you want sent to.
Now- if Form2 is also going to email-1........... then you could keep the action as action.php and it would utilize the same php script to process the info and send it along to you.
But if each Form's info is being sent to a seperate e-mail address, then we have to do something different. The easiest is to create a thankyou page for each form. Form1 .......action1.php, Form2..........action2.php, Form3.......action3.php etc.......
Then all you would have to do in each of the forms is match the action to the form.
Does that help?
Andy