Download Latest Version HTML Contact Form (8.9 kB)
Email in envelope

Get an email when there's a new version of Contact Form

Home
Name Modified Size InfoDownloads / Week
contact.zip 2017-02-17 8.9 kB
README.txt 2017-02-14 1.4 kB
Totals: 2 Items   10.3 kB 0
/* #######################################################################

Simple and easy for modification, HTML Contact Form with PHP script for email and SMS alerts. When someone will complete your contact form you will get SMS and Email notification.
 You just have to type your Email and account information on www.proovl.com and upload files on server.

 #	License: GPL 2.0, @see http://www.gnu.org/licenses/gpl-2.0.html
*/ #######################################################################



1. Open sms_mail_notification.php file

2. Find 

// SMS and E-mail Notification Settings

$user = "********"; // Change ********, and put your Proovl user ID
$token = "********"; // Change ********, and put your Proovl authentication token
$from = "********"; // Change ********, phone number under your Proovl account
$to = "********";        // Change ******** to your mobile number (with country code) notifications will be sent to this number 

$email_to = "your-email@example.com";   // Change your-email@example.com, and put your E-mail


3. After changing, Save file
4. Upload files on server ( contact.html , main.css, captcha.php , sms_mail_notification.php )
5. You can check your Contact form  www.yousite.com/contact.html or if you upload to folder www.yousite.com/contact/contact.html
6. You can change contact.html if you need other design.
Source: README.txt, updated 2017-02-14