(Applies to both free and GOLD members)
Setting up your auto-responder is easy.
All you have to do is to include a text box in your form with the name 'e-mail'.
Include the following line:
<input type="text" name="e-mail">
(You can also include other HTML attributes like size,maxlength etc.)
The above line can appear anywhere in your form.No auto responder will be sent, if the above line is
absent.
After that, login to your accout and click on the link which says 'options'.
You will be prompted to enter the text of your auto responder.
That's it! Your auto responder is now setup.
You can also delete your auto responder by editing your options.
For example, consider the following form:
Assume that your visitor, fills it up as follows:
Now, if you had named Field #2 as 'e-mail' as in <input
type="text" name="e-mail">, and setup
your auto responder according to the instructions given
above, then your auto responder will be sent to abc@test.com
Including the form data in your auto responder
Sometimes, you may wish to include the form data as well in your auto responder message
for confirmation purposes.
Include the following line of code anywhere in your form (after the first three hidden fields)
if you wish to enable this feature:
<input type="hidden" name="arformdata" value="1">