Announcement

Collapse
No announcement yet.

Having problems with my contact form...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Having problems with my contact form...

    I'm having problems with my contact.html page...

    I've followed the script from the tutorils but I still seems to get nothing but a blank email...

    Can anyone offer suggestions?

    <HTML>
    <HEAD>
    <TITLE>Thank you for your enquiry</TITLE>
    </HEAD>
    <BODY>
    <H2>Thank you for your enquiry!</H2>

    <?PHP
    $email = $HTTP_POST_VARS[email];
    $mailto = "mail@actualiseconsulting.com.au";
    $mailsubj = "Enquiry from Contact page";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site form:\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    $mailbody .= "$key : $val\n";
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);
    ?>
    </BODY>
    </HTML>

    The site is http://www.actualiseconsulting.com.au/contact.html

    Any help would be muchly appreciated.

    Warm Regards,
    Sage

  • #2
    Re: Having problems with my contact form...

    You need to click on your form in BlueVoda, and then delete text/plain from the encoding type, this field needs to be left blank. After you do this, save and republish the page, the form will work!

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: Having problems with my contact form...

      Visited and values input to test Form.................
      Have fun
      Regards..... David

      Step by Step Visual Tutorials for the complete beginner
      Newbies / Beginners Forum
      FREE Membership Login Scripts: - Meta Tags Analyzer
      My Social Networking Site - Free Contact Forms
      Finished your New website!! Now get it noticed Here:

      Comment

      Working...
      X