phpSoftPro Support
twitter reddit tumblr linkedin

Feedback

First Name*
Last Name
Email Address*
Subject
Message*

contact-form

PHP Bootstrap / reCaptcha Contact Form

A simple contact form using PHP, Bootstrap, and Google's reCaptcha.

How to use?

Open the contactus.php and edit the following lines of code:

<?php
######################################################################
$metatitle = 'Example.Com';
######################################################################
$noreply = 'noreply@example.com';
######################################################################
$siteurl = 'https://www.example.com';
######################################################################
$myemail = 'admin@example.com';
######################################################################
######################################################################
$sitekey = 'mysitekey';
$seckey = 'mysecretkey';
######################################################################
?>
License MIT
Pin it