If you pour traffic and want to collect a database of customers to make lukelikes or otherwise use user data, then you definitely need a script to send requests to your email!
It's pretty simple to make:
We take these, we open the file order.php (or whatever your php script is called that submits applications?) and at the very beginning of it after the <?php
insert code like this:
Name: ".$name." Phone: ".$phone."$sendto = "youremail@gmail.com"; //Email for receiving applications
$from = "Your Landing";
$name = $_POST['name'];
$phone = $_POST['phone'];
// Forming the letter header
$subject = "New Application";
$headers = "From: YourLanding \r\n";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html;charset=utf-8 \r\n";
// Formation of the body of writing
$msg = "";
$msg .= "Apply from site
\r\n";
$msg .= "
$msg .= "
$msg .= "";
mail($sendto, $subject, $msg, $headers);
In the first line of this script, change your email to your own and go! Upload the feed to hostingAfter that all leads other than PP will be sent to your email. Don't forget to make sure that on hosting has been turned on to send letters!
Other scripts for your landings, haiz:
—countdown timer script
—back button lock or swap it for another offer
—Comebacker widget
—Callbacker widget