Announcement

Collapse
No announcement yet.

Form questions please

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

  • Form questions please

    I seem to have set up my form properly but have two questions:

    1. After I hit submit it takes me to the thank you page properly, but I receive no email. Is the following HTML code correct?

    <?PHP
    $mailto = "sales@commercialsatellitetv.com";
    $email = $HTTP_POST_VARS['email'];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = "quote request";
    $mailhead = "From: $email\n";

    2. Why are some of my entry fields yellow and some still white after I publish?

    Thanks

  • #2
    Re: Form questions please

    No, first off its php code, make sure you are using a .php file with that code.

    Secondly its incomplete, make sure you scroll down that page that the tutorial is on and copy & paste all the code they give.

    The yellow fields are most likely due to using a google toolbar

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment

    Working...
    X