Getting blank contact form messages without submitting a form.

Discussion in 'HTML & Website Design' started by szahn, Dec 5, 2008.

  1. #1
    On my website I used a combination of HTML and PHP to render pages. Every time I navigate through the site pages, I recieve tons of emails with blank contact form information. I don't know why I'm getting them because I never submitted a form (just navigating through pages).

    Does anyone know why this is happening?

    Another strange thing is that I can't find the email address string in any of the web pages. Yet, I still receive the emails addressed to me despite not finding that they exist in the pages.

    I do have a contact page but it has validation on it so it should not send email with blank field values.
     
    szahn, Dec 5, 2008 IP
  2. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #2
    Perhaps an onload script is executng?

    Q...
     
    QiSoftware, Dec 5, 2008 IP
  3. dejangex

    dejangex Peon

    Messages:
    113
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you are getting empty emails, its because you didnt submit the form and the php is using empty variables. You php email function is probably off
     
    dejangex, Dec 8, 2008 IP