2+2 php email form PDF Print E-mail
Written by Fr. Robert Bower   
Monday, 07 June 2010 09:58

 

2+2phpemail form  is a php based  email form application that requires that a security question is  answered before the email is sent.  The question and answer can be set by the site owner.  Other features include drop down box for the name of the  recipient of the email.  The actual email is stored on the server and can not be harvested.  The form allows the user to send a copy to himself along with giving the site owner the ability to cc someone on the emails from the form.

All the values the form uses are stored in one file, varsphpmailform.php, so the form can easily be configured.  Names and emails are stored in an xml string for easy editing.

The format of the form is stored in a separate css file for easy editing.

The form includes  a standard thank you response and the ability to redirect the user to another url if desired.

The form can be used on any php 5 based website.  It can also be used on a Joomla based in place of the normal contact form using the wrapper tool.  The contact form is called is contact.php

The project can be downloaded here.

Last Updated on Thursday, 06 January 2011 20:12