html, email forms, and asp - different question

Discussion in 'HTML & Website Design' started by nfl2k2, May 18, 2006.

  1. #1
    Using the following code, all of these form elements are captured and interpreted by my linked asp page on my server. all values are sent to my email address successfully EXCEPT the email value. I cannot see why this is. Here is my code:

    <p>State:<br>
    <input type="text" name="State">
    <p>PostCode:<br>
    <input type="text" name="PostCode">
    <p>Email:<br>
    <input type="text" name="email">


    So I have a textbox, enter 'nfl2k22@hotmail.com' into the box, hit submit button, and the only two that show up as values in the email are State and PostCode. Why won't the emails be sent along with?
     
    nfl2k2, May 18, 2006 IP
  2. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What is the code on the processing page you are using to reference - especially email?
     
    Corey Bryant, May 19, 2006 IP