Developer Support »

Processing more than one form  (See more user questions)

Good luck with it, !

You can make each script different, so you can have a different "thank you"
URL in each one.

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Sunday, October 12, 2008 1:50 PM
Subject: RE: FormToEmail script


> Hi Charles, thanks very much for your prompt reply, the information is
> very
> useful. I guessed that the way to set up different forms was by renaming
> the
> script. However, it didn't work for me and the "thankyou" page reverted to
> the one set up for the original form. Now I know that I am doing it right,
> I
> will try again and hopefully will have some success!
>
> Kind regards ....
>
> -----Original Message-----
> Sent: 12 October 2008 00:30
> Subject: Re: FormToEmail script
>
> Hi .
>
> Thank you for your question.
>
> If you want all the forms on your website sent to the same address and
> processed the same way, then just put the same action (in the form HTML
> code) on each form.
>
> For the free script, the action would be this:
>
> <form action="FormToEmail.php" method="post">
>
> For the Pro script, this:
>
> <form action="formtoemailpro.php" method="post">
>
> You can have as many forms as you like on your site, all pointing to the
> same script, all using the same action.
>
> If you want to process different forms differently or send them to
> different
>
> email addresses, then you can make copies of the script and make the form
> point to a particular copy of the script. You would do this by renaming
> the
>
> script and changing the form action. Suppose you had the free script, you
> could make a copy and call it "FormToEmail2.php" then change your form
> action to this:
>
> <form action="FormToEmail2.php" method="post">
>
> You can then set up each script differently.
>
> If you just want to change who the email goes to, have a look at this page
> on my support section:
>
> https://formtoemail.com/developersupport/select_form_recipient.php
>
> You might find other items of interest on the support section.
>
> Any questions, just let me know.
>
> Best wishes.
>
> Charles Sweeney
> https://formtoemail.com
> The world's easiest feedback script!
>
> ----- Original Message -----
> Sent: Saturday, October 11, 2008 9:50 PM
> Subject: FormToEmail script
>
>
>> Comments: Hi, could you advise on what to do if you have more than than
>> one form on your site.... thanks,