Developer Support »

New user using the script to process an existing form  (See more user questions)

Hi .

The script won't allow a blank form to be sent, that's normal. That said,
the form you showed me had hidden values in it, so the script would not
reject it as being blank. Normally you might get a problem with this if
there are validation errors on the form. I notice yours only has one error
on it. Maybe better to fix it, just to be sure.

I can't speak for hosts and their setup. Better just to try the free script
on the setup first, or ask the host if the PHP mail() function is enabled
and working, which is required for the script to work.

Please don't purchase the Pro version until you have got the free version
working sweetly. Due to the nature of the product, I can't do refunds.

Best wishes.

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

----- Original Message -----
Sent: Wednesday, August 11, 2010 1:32 PM
Subject: Re: FormToEmail script


> Charles,
> I will test this out more today. I tried to use the script you sent in the
> first email however, I did not do something right. When I click the submit
> button it tells me I cannot submit an empty form. I'm sure its something
> I've done and I will investigate it today. I am definitely going to
> purchase the unlimited after I get this thing figured out. :) Does you
> script have an issues being used on GoDaddy? Thats where this site will
> end up at...right now I have it on my server with HostGator.
>
> Thanks so much! Talk with you later...
> ----- Original Message -----
> Sent: Wednesday, August 11, 2010 7:15 AM
> Subject: Re: FormToEmail script
>
>
>> Hi .
>>
>> Got both emails.
>>
>> Don't worry, most customers are new to this (that's why they come to me)
>> so
>> you are in good company!
>>
>> I can't help you with how the form looks, that's your department, but I
>> can
>> process the form for you, that's what the script does.
>>
>> To connect "A to B" (the form to the script), you only need to change the
>> form action in the HTML code for the form. Change this:
>>
>> <form class="jotform-form" action="http://www.jotform.com/submit.php"
>> method="post" name="form_000" id="000">
>>
>> ...to this:
>>
>> <form action="formtoemailpro.php" method="post">
>>
>> Some points. The above code presumes you are using the Pro script and it
>> is
>> in the same directory/folder as the form page. If you are using the free
>> script, the line would look like this:
>>
>> <form action="FormToEmail.php" method="post">
>>
>> All the information you need is in the script instructions and on my
>> support
>> section here:
>>
>> https://formtoemail.com/developersupport/
>>
>> Please take a moment to read through the first few articles on that page.
>>
>> If using my script, you don't need this line in the form code:
>>
>> <input type="hidden" name="formID" value="000" />
>>
>> You need to change the email input from:
>>
>> <input type="text" class="form-textbox validate[required, Email]"
>> id="input_4" name="q4_emailAddress" size="30" />
>>
>> ...to:
>>
>> <input type="text" name="email" size="30" />
>>
>> The script will probably work without making the two changes above, but I
>> recommend you make them.
>>
>> You might also want to change the field names to something more
>> meaningful.
>> For example, for the first name, change this:
>>
>> <input class="form-textbox" type="text" size="10"
>> name="q3_yourName[first]"
>> id="first_3" />
>>
>> ...to this:
>>
>> <input class="form-textbox" type="text" size="10" name="first_name"
>> id="first_3" />
>>
>> Again, you don't need to do this to make the script work. All you need
>> to
>> do to make the script work, is add your email address to it and change
>> your
>> form action, as above.
>>
>> Did you try my free script (attached)? Please try it first before
>> purchasing the Pro version. You need to be sure it works on your system.
>> The free script works in the same way as the Pro script, so if you get
>> the
>> free script working you will get the Pro script working too (the Pro
>> script
>> is just the free script with a lot of features added).
>>
>> The best way to get to grips with this is to experiment, initially with
>> the
>> free script.
>>
>> Any questions, just let me know.
>>
>> Best wishes.
>>
>> Charles Sweeney
>> https://formtoemail.com
>> The world's easiest feedback script!
>>
>>
>> ----- Original Message -----
>> Sent: Wednesday, August 11, 2010 12:33 PM
>> Subject: Re: FormToEmail script
>>
>>
>>>I forgot to send you the way the form is suppposed to look. You can see
>>>it
>>>here: http://www.example.com/index_original.html
>>>
>>> Can you help me out? Do I need to purchase first?
>>> Thanks,

>>> ----- Original Message -----
>>> Sent: Wednesday, August 11, 2010 5:49 AM
>>> Subject: Re: FormToEmail script
>>>
>>>
>>>> Hi .
>>>>
>>>> Thank you for your question.
>>>>
>>>> That's EXACTLY what my program does! I have attached my free script
>>>> for
>>>> you
>>>> to try.
>>>>
>>>> Have a read through my support articles here:
>>>>
>>>> https://formtoemail.com/developersupport/
>>>>
>>>> ...this one in particular:
>>>>
>>>> https://formtoemail.com/developersupport/processing_own_form.php
>>>>
>>>> Any questions, just let me know.
>>>>
>>>> Best wishes.
>>>>
>>>> Charles Sweeney
>>>> https://formtoemail.com
>>>> The world's easiest feedback script!
>>>>
>>>> ----- Original Message -----
>>>> Sent: Tuesday, August 10, 2010 10:07 PM
>>>> Subject: FormToEmail script
>>>>
>>>>
>>>>> Comments: I already have a form with Name, email, Month/Date/Year
>>>>> areas
>>>>> that is from a pre-built template but I do not know how to create the
>>>>> .php file in order to make it work. Can this program create the php
>>>>> file
>>>>> I
>>>>> will need in order to use the form I already have?
>>>>> Thanks