email form

ninjette

New Member
Messages
13
Reaction score
0
Points
0
ok i need a html code were i can add a email form
to my page......

and i need it to direct to my email....
pleaseeeee
 

lionheart8

New Member
Messages
177
Reaction score
0
Points
0
Here are alternative easily customizable php-based possibilities: http://www.americanfinancing.net/free-scripts.cfm ....
I use AFC Validate Form which has captcha anti spammer validation. There are other alternatives on that page if u look carefully. Just take your time to look at what they can do, then download & customize whatever u choose.

in the case of the AFC Validate Form here simple customization instructions:

AFC Validate Form

Installation:

First open the output.php file and make changes where specified,
email addresses and content areas.


Open the contact-form.html and copy and past all the source code
onto the webpage where you want the form to display.

If you change the contact-form.html file name you will also need
to edit the config.php to reflect the new contact form name.

Upload all the files into the same directory you have your form at.



FILES INCLUDED:

contact-form.html - Copy and paste code into your webpage.
error.html - You can use your own error page or edit this one.
head.gif - Image for contact form
output.php - You need to modify this file
thank-you.html - Form will redirect to this file, edit it or use your own.
writeus.gif - Image for contact form
captcha.php - DO NOT EDIT
captchalib - DO NOT EDIT
check.php - DO NOT EDIT
config - You may edit this file, not recommended
install.txt - Install Instructions

End
 
Last edited:
Top