Developer Support »

Process three forms differently  (See more user questions)

Hi.

Dumb questions are what I do!!

If you want to process three different forms the same way, you point all of them to the script and they will all be processed the same way, including all being sent to the same email address.

If you have three forms that you want to process differently, including sending to different email addresses, you need to make a copy of the script for each form, so you will have three forms and three copies of the script.

You need to name each copy of the script differently and make each form point to the correct copy of the script. So your three form tags could look like this:

<form action="formtoemailpro.php" method="post">

<form action="formtoemailpro.php2" method="post">

<form action="formtoemailpro.php3" method="post">

Then make copies of the script so you have three scripts:

formtoemailpro.php, formtoemailpro2.php, formtoemailpro3.php

Upload all the script to the webspace and configure each one according to the form that points to it.

Does this make sense?

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

On 22/06/2011 20:43, Cara Christenson wrote:
> Hi Charles,
>
> Please forgive me if this is a dumb question, but I can't seem to figure it
> out. How do I make the formtoemailpro.php file apply to 3 different forms
> that I've made within one website? The first form needs to send general
> questions to the executive director, the second form needs to send rider
> registration info to the program director and the third form needs to send
> volunteer info to the volunteer director.
>
> Here's a link to the Rider Registration form so you can see one of the forms
> made...
> http://example.comm/registration.html
>
> Thank you so much for your help!
>
>
>
>> From: "FormToEmail.com"
>> Date: Mon, 20 Jun 2011 22:13:43 +0100
>> Subject: Re: FormToEmail script
>>
>> My pleasure, Thank you for your purchase.
>>
>> There's a lot of options in the Pro script, so you might have to spend
>> some time reading through the instructions and my support section.
>>
>> Any questions, just let me know.
>>
>> Best wishes.
>>
>> Charles Sweeney
>> https://formtoemail.com
>> The world's easiest feedback script!
>>
>> On 20/06/2011 21:00, wrote:
>>> Thank you so much for your help and quick response! I just purchased the Pro
>>> Version, and I will be putting their new forms together today.
>>>
>>> Thanks again!
>>>
>>>
>>>>
>>>> From: "FormToEmail.com"
>>>> Date: Mon, 20 Jun 2011 20:30:12 +0100
>>>> To:
>>>> Subject: Re: FormToEmail script
>>>>
>>>> Hi .
>>>>
>>>> Thank you for your questions. Good to hear from you. Glad you like the
>>>> script!
>>>>
>>>> The script doesn't make forms, you have to make the forms yourself. The
>>>> script will process any number of forms. You can even make copies of
>>>> the script to process different forms differently.
>>>>
>>>> Yes, you can show submitted form values on the "thank you" page with the
>>>> Pro script. You would use the "thank you" message template for that.
>>>> There's instructions in the script for it.
>>>>
>>>> Have a look at this page on my support section for more information:
>>>>
>>>> https://formtoemail.com/developersupport/showing_submitted_data.php
>>>>
>>>> You can get the Pro script here:
>>>>
>>>> https://formtoemail.com/formtoemail_pro_version.php
>>>>
>>>> Any questions, just let me know.
>>>>
>>>> Best wishes.
>>>>
>>>> Charles Sweeney
>>>> https://formtoemail.com
>>>> The world's easiest feedback script!
>>>>
>>>> On 20/06/2011 19:47, wrote:
>>>>> Name:
>>>>>
>>>>> Email:
>>>>>
>>>>> Comments: I'm currently using your free FormToEmail version on my site (and
>>>>> LOVE it--THANK YOU!), but I'm working on a client's website and would like
>>>>> to
>>>>> use the Pro Version. Can I make several different forms for one site? It is
>>>>> a
>>>>> therapeutic riding center, and they need rider registration and separate
>>>>> volunteer registration. And is it possible for the page they see after
>>>>> submission to contain information for what they signed up for?
>>>>>
>>>>> Thank you so much!