1) Pick any form to put on your page from "Insert" > "Object" > "Forms"
2) When you drop the form on your page -
this box comes up - type in amailzing.php
for the Html Action - just as shown here...
3) Download aMAILzing script from here.....
http://scripts.inexistent.org/
4) Unzip the above folders and follow the read me instructions. I have a
few tips outlined below for common questions.


5) You can configure the names of the text boxes on your form as needed. Whatever you name the fields will be the header info you recieve in your email
from the amailzing form including the IP address of the sender. And remember
that PHP and scripting must be enabled on your webhost / server.
If you like, send me a message from here,
include your e-mail address - and I will
forward the whole form back to you - as it
looks when I recieve it - so you will know
what it looks like.
TIPS
Please read the instructions in the aMAILzing zip file download - they will tell you exactly what to do.
But I will outline a few pointers here ;

1) You have to open the aMAILzing.php with Notepad ( right click on file > select open with... )

2) Find this line in the sript........$myemail = "cineee@gmail.com"; and change cinee@gmail.com
it to your email address.

3) Save the changed file as   amailzing.php

4) Upload the changed amailzing.php to your server - put it in the same folder your form page is in. 

5) Upload your page with the form on it and you're done. Send yourself a message to test.

6) If you want a "Thank You" page just make another page in your project, put any message, images or links on it you want, title the page thank_you.html. Find this line in the script ( towards the bottom)
......header("Location: $ref${sep}message=$thankyou"); ........and change it to this............................
......header("Location: thank_you.html");

There are several other things that can be customized in the script, but this will get your form working
and allow you to experiment with the other changes.
streetsign2.gif
A Web Easy form solution. Built with Web Easy
Contact Details








This aMAILzing script will gather the data from the form and forward it to your email address. Your email address
stays hidden from view so it can not be copied and spammed, the sender does not need an email client open to
send the message and the IP address of the sender is included in the message you recieve

You can build any form design by selecting "Insert" > "Object" > "Forms and scoll to "Field: Form Container".
Place the container on the page and size it - go to page inspector - and in the form container properties - find
the Html Action field and enter amailzing.php. Find the "Field: Submit" and place that button on the form and
any other fields you would like on your form. Label as desired.
Make sure your form has a submit button and all items are within the from area.
btt1.jpg