Mar 26th, 2010, 5:50 AM
I have a form field for email addresses and the size is set to 35. I have tested the form and it submits successfully. But when I choose to view the entry, the email input was clipped off after 20 characters. I have actually input more characters but the submission view shows "info@garycooperinsur" instead of "info@garycooperinsurance.com". Can someone tell me why?
Here is my code if it helps:
<input type="text" name="email" value="" size="35" tabindex="1">
Thanks in advance,
Todd
Here is my code if it helps:
<input type="text" name="email" value="" size="35" tabindex="1">
Thanks in advance,
Todd