The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Large Text Support - 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: Large Text Support (/showthread.php?tid=444) |
Large Text Support - laxi300 - Jan 18th, 2010 Text area in the form do not support large text? Help... RE: Large Text Support - Ben - Jan 18th, 2010 Hi Laxi, Sure! You should be able to store any amount of text (or any reasonable amount). The max size of a MEDIUMTEXT field ("Very Large") is 16777215 characters. I'd check that you've allocated the space for the field correctly. 1. Log into Form Tools 2. Edit your form 3. Go to the Database tab and find your field. 4. Set it to "Very Large (MEDIUMTEXT)" Let me know if you still have problems! - Ben |