ContactForm 1.5
ContactForm is a tiny little php script that sends a user request to a given email address, nothing special but it works ;-) The form looks about like the one shown below. Sending a request won't work (because it's a demo). In the config section of the script you can set misc values like target email address, all error & thankyou messages, CSS classes & styles and other stuff.
The current Version features following input types:
- input line (with optional email address veryfication)
- input field (with optional max chars parameter)
- radio buttons
- checkboxes
- select lists
- multiselect lists
- divider (you can specify something like <hr /> there)
- HINT: If you need fileupload possibilities or captcha functionality check out the FormPro.
Demo Form