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?