Transcript
  • Index.html

    Contact Form

    This is a standard contact form that will work with the mail file in this package. Simply copy and paste the following code and style as appropriate.

    Name:

    Email Address:

    Message:

  • Mail.php
  • mail($mailto, "$sitename Contact Form Enquiry from $name", $message, "From: $email");

    header("Location: " . $returnpage);

    ?>

  • Thankyou.html

    Contact Form

    Thank you for contacting up, we will get back to you as soon as possible.


Top Related