Formit 1.0.1
----------------------------------------------

If you have any Q's or comments about this
script you can mail me: nooyen@home.nl.
If you make alterations or have improvements,
please let me know also.

Please leave the php code intact if you choose
to implement it in your website. Thank you.
Rudy Nooyen.
----------------------------------------------


Easy 2 Use form2mail script:

A script that simply sends all fields from a form
according to a layout made in a template, and,
optional a 2nd template for acknowledgement.
Template can also include HTML syntax.
I couldnt find this anywhere in PHP, so here it is: 
Just change the mandatory vars/fields in form.html
as pleased, and you can send any form made in
the template.txt file preformatted. It's a bit
easier than making it with all the \n's and 
vars etc. in php. This one does it for you.
You can also use a 2nd template that will send
another form to the sender as an acknowledgement.
You can give the url to go to after successfully
and not successfully sending the form.

In the template, just fill in the field-names, 
by having them surrounded with chars: {{and}}.
You can have multiple {{ }} on one line.

-----------------------------------------------
Todo: lots of things, but the main goal was to
keep this script easy and simple to use.......
-----------------------------------------------
