Home About us Products Support Contact us
:: LI-Formmail (Lite)
Documentation - Setup
As said, it's very easy to set this script up. Just follow the few steps below and you're set.

Put our server address in the form tag and make sure you're using the POST method. You can add more elements to the tags as long as you include these requirements
<form action="http://formmail.liscripts.net/formlite.php" method="post">

Then you need to put a hidden form field in your form, containing the email address where the filled in form should be send to. Make sure you give it the name "mailaddr" and don't use that name again for another field.
<input type="hidden" name="mailaddr" value="you@youraddress.com">

And finally another hidden field with the URL where the user should be redirected to after the form is submitted. If you don't use this form field the user will be redirected to the last page he came from (probably your form).
<input type="hidden" name="redirect" value="http://www.yourredirectwebsite.com">

Now you're form is ready to use and every form submission is send to your email.

NOTE: Please do not reply to the email you receive with the form data. If you give your submit button a name, that name will appear as a form field in your mail. To avoid this, don't give your submit button the name attribute.
Also, sometimes the mail program has trouble emailing to hotmail addresses, so if possible use another email address.




Google
All Rights Reserved 2006
LI-Scripts
Metamorphozis Templates