This is an auto install version of my php form that sends what people enter to a text file and you can also edit the the text file when ever you want by loggin in to the admin part.
This is a contact form which has the following features:- Checks that the e-mail address is in the a@b.c format.- Checks to make sure all fields are filled in.- Sends the users ip address and user agent in the e-mail.- Option to only lets users send a message every x seconds to avoid abuse.- Option to make the user enter a random security code from an image.- Option to redirect to url after successful sent mail.- Option to send copy of e-mail been sent to sender.- Option to have the subject as a drop down menu.- Option to select recipient from drop down menu.- If there is an error while trying to send the e-mail, it gives the user a link to launch their default email program with the e-mail address, subject and message already filled in, so all they have to do is click send.
The latest and most powerful form sending script. Can send an autoresponder, log all emails sent into txt files ready for spreadsheet software, quick email sending, IP blocking, email address blocking. And yet its still simple and easy for the newbie.
PhpSiteMail2 is an update to PhpSiteMail, a simple to use contact mail form for your website.Designed as a stand alone form, includes it's own theme, full error checking to prevent blank fields and flase email addresses, and records senders IP
Form to mail script with extended web-based administration area that allows to configure each form individually. All processing instructions are hidden from the regular visitors that makes the AFH spam-protected tool. This is a perfect choice for webmasters - no coding skills is needed, each form is set up in a minute! Lots of useful features - file uploads, email notifications, environment tracking and so on.
This script reads a simple form and writes all the values into a txt file. The txt file is included into the main page. It's very simple to use and install.
A class (SFVL) to expedite adding field validation to html forms. No more coding individual validation routines for each field.Simply put the class in the submittal script. Add the validation rules (regular expression) using a class method.Put the report() method at the top of the form. This will report rule violations.