8 comments found.
Hi there, are the psd mockup for the phone images included?
no
Great theme, but how do you send the contact form information to an email address?
make another php file and use this code…...
<?php $name = $_POST[‘your_name’]; $email = $_POST[‘your_mail’]; $sub = $_POST[‘your_subject’]; $message = $_POST[‘your_message’];
$formcontent=”From: $name \n Email: $email \n Subject: $sub \n Message: $message”;
$recipient = “YOUR EMAIL ADDRESS”;
$subject = ”$sub”; $mailheader = “From: $email \r\n”; mail($recipient, $subject, $formcontent, $mailheader) or die(“Error!”); echo “Thank You!”; ?>
make sure you make changes in index.html form action to this php file
like <form action=”mail.php” method=”POST” name=”form”>
Perfect! Thanks for the help.
my pleasure
wow very cool work, fantastic job i wish you successful sales and a nice day
Thanks
Great Work, Congratulations GLWS
thanks
Nice landing template, glws!
Thanks
Congratulations! Nice Work, Good Luck With Sale
Thanks
Congratulations!
Amazing Work, Good Luck With Sale
Thanks
Congratulations!
Amazing Work, Good Luck With Sale
Thanks