The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Input Length Is Being Limited To 20 Characters - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Input Length Is Being Limited To 20 Characters (/showthread.php?tid=269) |
Input Length Is Being Limited To 20 Characters - keith10456 - Aug 27th, 2009 For some reason the input of my fields are being limited to 20 characters. In Form Tools Under the "Fields" tab I have the "Field Type" set to "Textbox" (and "Database field size" is set to Medium <= 256). Under the "Database" tab I have the "Field Size" set to "Medium <= 256". However, regardless of how much text I type in the fields... Upon receiving the results it's limited to 20. I'm using FT v 2.0.0-beta-20090826 Below is the code from my form: Code: <form action="http://mysite.com/forms/process.php" method="post" enctype="multipart/form-data"> * Edit - I even tried using the "max length" attribute... Still no success: Code: <input type="text" maxlength="256" name="name" size="40"> RE: Input Length Is Being Limited To 20 Characters - keith10456 - Aug 27th, 2009 I deleted the Form and re-added it. Now it works fine. I think this was a result of me upgrading from beta 1 to the latest... I'm going to test my other forms and I'll post back. After reviewing my submissions I realized that the problem couldn't have been the result of the upgraded because the same problem existed BEFORE I upgraded. In any event, I deleted and re-added all of the forms that I had the issue with and now all is well. RE: Input Length Is Being Limited To 20 Characters - Ugur - Dec 12th, 2009 No, it wasnt because of the upgrade. I had the same problem. Instead, I guess i put the code into site and retried to get fields automatically again and put <256charc. |