The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Form Field Input Is Clipped Short - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Form Field Input Is Clipped Short (/showthread.php?tid=610) |
Form Field Input Is Clipped Short - toddtemple2 - Mar 26th, 2010 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 RE: Form Field Input Is Clipped Short - Ben - Mar 28th, 2010 Hi Todd, Thanks for the post! Whenever you see content getting trimmed like this, the #1 culprit is the database field size allocation. Try logging into Form Tools, click the EDIT link for the form and go to the Database tab. There, check the field size for that field is at least "Medium". Note: it won't fix it for any existing submissions. But try putting through another and see if it shows up normally now. - Ben |