/simple_contact_form

A rather simple PHP contact form script that can be integrated into an existing site/design, or be used standalone.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

No Longer Maintained

This repository is being archived and the project is no longer maintained (I've not updated or made a release in several years). There are many other contact form scripts out there more advanced and more modern than this one.

/**
* @author    Eric Sizemore <admin@secondversion.com>
* @package   SV's Simple Contact
* @link      http://www.secondversion.com/downloads/
* @version   2.0.0
* @copyright © 2005 - 2016 Eric Sizemore
* @license
*
*	SV's Simple Contact is free software: you can redistribute it and/or modify
*	it under the terms of the GNU General Public License as published by the 
*	Free Software Foundation, either version 3 of the License, or (at your option) 
*	any later version.
*
*	This program is distributed in the hope that it will be useful, but WITHOUT ANY 
*	WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
*	PARTICULAR PURPOSE.  See the GNU General Public License for more details.
*
*	You should have received a copy of the GNU General Public License along with 
*	this program.  If not, see <http://www.gnu.org/licenses/>.
*/

What is SV's Simple Contact?

A rather simple PHP contact form script that can be integrated into an existing site/design, or be used standalone.

Installation

This script is designed to be integrated into an existing design or website. However, the included 'contact.php' has its own HTML/etc to be run standalone.

Simply upload the script and edit the '/src/sc/config.php' file. This file holds several important options, they should be self explanatory (they are commented).