The form will let the user send emails to a site's admin.
An administration panel is present, where the user can create and preview his forms.
Here are some key features of "Fast Secure Contact Form (PHP Script)":
Features:
· Super easy customizable Options from Admin settings page.
· Multi-Form feature that allows you to have as many different forms as you need.
· Optional extra fields of any type: text, textarea, checkbox, radio, select, attachment, date, fieldset(box).
· File attachments
· Backup/restore tool. You can backup/restore all your forms or single forms and settings.
· Easy to hide subject and message fields for use as a newsletter signup.
· Supports sending mail to multiple departments.
· Optional redirect to any URL after message sent.
· Optional autoresponder E-mail message.
· Valid coding for HTML, XHTML, HTML STRICT, Section 508, and WAI Accessibility.
· Uses simple inline error messages.
· Reloads form data and warns user if user forgets to fill out a field.
· Validates syntax of E-mail address.
· CAPTCHA can be turned off if you do not like CAPTCHA, Akismet can still be used for spam protection.
· Multi “E-mail to” contact support.
· Customizable form field titles.
· Customizable CSS style.
· Sends E-mail with UTF-8 character encoding for US and International character support.
· I18n language translation support (English and French included, see FAQ for translation instructions)
Security:
· It has very tight security, stops all automated spammers.
· Akismet spam protection support.
· Spam checks E-mail address input from common spammer tactics… prevents spammer forcing to:, cc:, bcc:, newlines, and other E-mail injection attempts to spam the world.
· Makes sure the contact form was posted from your blog domain name only.
· Filters all form inputs from HTML and other nasties.
· E-mail message footer Date/Time, IP address, and user agent (browser version) of user who contacted you.
CAPTCHA Image Support:
· Uses Open-source free PHP CAPTCHA library by http://www.phpcaptcha.org (customized version included)
· Abstract background with multi colored, angled, and transparent text
· Arched lines through text
· Visual and Audible CAPTCHA
· Refresh button to reload captcha if you cannot read it
· CAPTCHA can be disabled in Options
Requirements:
· PHP 5.1 or higher
· PHP register_globals and safe_mode MUST be set to “Off”
· GD library
What's New in This Release: [ read full changelog ]
· Harden security for CAPTCHA by limiting the number of created cache files. This condition could only be realized with a script.
· HTML validation fix, added unique id for submit and reset buttons.