Contact Us Form Question

Discussion in 'HTML & Website Design' started by k state, May 20, 2011.

  1. #1
    Ok, I am getting very frustrated with this now... So ANY help is greatly appreciated!!

    I am creating a new site and need a contact page. I did a google search and found a good, easily customizable contact form, that was basically copy and paste the code from the site, and edit as needed.

    Well I took the code and here is the page I created: http://www.automaticsubmissions.com/ContactUs.html

    Everything works, even the succesful email sent message etc... but the problem is that I dont recieve the emails.. (which is a big problem).

    Anyone know what could cause this? Do I need to update anything within the database? or should it send the email on its own?

    Any and ALL advice is welcome. Here is the link to the code I used:
    http://www.freecontactform.com/html_form.php

    Thanks very much,

    Sean
     
    k state, May 20, 2011 IP
  2. prowizards

    prowizards Greenhorn

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Did you changed the email here " $email_to = "you@yourdomain.com";" ?
     
    prowizards, May 20, 2011 IP
  3. k state

    k state Member

    Messages:
    310
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #3
    ^^ This was not the problem, however I appreciate your response!

    Got my problem fixed, ended up having all the dam code on the same line, which was dumb! stupid error! Problem solved!

    Thanks!
     
    k state, May 20, 2011 IP
  4. prowizards

    prowizards Greenhorn

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #4
    Between you have an error on this line

    <tr>
    <td valign="top""><label for="last_name">Last Name *</label></td>
    <td valign="top"><input type="text" name="last_name" maxlength="50" size="30"></td>
    </tr>
     
    prowizards, May 20, 2011 IP
  5. clonepal

    clonepal Active Member

    Messages:
    128
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #5
    Did you check your spam folder? If you are using a shared hosting account, maybe the IP is marked as SPAM.

    -clonepal
     
    clonepal, May 20, 2011 IP