Developer Support »

I need to have more than one php formtoemail form on my website  (See more user questions)

Hi

You have this in your <form> tag in your form page HTML:

<form action="NEW TRANSFER/NEW TRANSFER/FormToEmail2.php" method="post">

...should be this:

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

That said, that isn't the whole problem. When I called up the script
directly (http://.com/FormToEmail2.php) I got the
error you referred to.

Your edited script looks fine. Maybe just try it with one email address for
now. Otherwise, you should consult the host, as it is their error.

Any questions, just let me know.

Best wishes.

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

----- Original Message -----
Sent: Wednesday, July 22, 2009 4:51 PM
Subject: Re: FormToEmail script


>I keep getting this error message:
>
> The server encountered an unexpected condition which prevented it from
> fulfilling the request.
> The script had an error or it did not produce any output. If there was an
> error, you should be able to see it in the error log.
>
> I have attached the files, because I am not seeing the problem.
> Or, here is the link:
> http://.com/Member_Registration.html
>
> Any help would be much appreciated.
> Thanks
>
> On Wed, Jul 22, 2009 at 2:54 AM, FormToEmail.com
> wrote:
>
>> Hi
>>
>> Thank you for your question.
>>
>> Certainly you can have more than one copy of the script. Yes indeed,
>> just
>> rename it as you suggest. Have a look at this page on my support section
>> for more information:
>>
>> https://formtoemail.com/developersupport/processing_own_form.php
>>
>> Sure, the Pro version can be used in the same way.
>>
>> Any questions, just let me know.
>>
>> Best wishes.
>>
>> Charles Sweeney
>> https://formtoemail.com
>> The world's easiest feedback script!
>>
>> ----- Original Message -----
>> Sent: Wednesday, July 22, 2009 6:15 AM
>> Subject: FormToEmail script
>>
>>
>>>
>>> Comments: I need to have more than one php formtoemail form on my
>>> website,
>>> for different things. Can I add formtoemail01.php to the file name?
>>> How do
>>> I deal with this?
>>>
>>> Will the pro version deal with this? Please let me know.
>>> Thanks