Introduction ============ This script is designed to allow someone with little knowledge of scripting, but some knowledge of html to create an email "contact" form. When designing this script, I had 2 major goals. 1. Little-to-no configuration. ------------------------------ The only necessary configuration in the script is to set your email address you would like to receive the emails at. There are other configuration options if you would like to have extra features (like a redirect page or captcha spam protection) but you CAN just set your email address in the config(config.php), point your form to the script (
tag ~~~~~~~~~~~~~~~~~~~~ All tags (we'll talk about those next) must go between the tags in your html code. The