[SOLVED - workaround] FEU/Self registration textarea limiting to 255 characters
Posted: Wed Oct 20, 2010 10:59 am
Hi,
I'm using CMS 1.8.1 with FEU and SelfRegistration installed.
I defined within FEU a user property which is a text area. The text area has a default size of 80 cols per 15 rows (which in principle could accomodate a total of 1200 characters). However, when a user registers and fills in the text area, the text gets cut at 255 characters when the registration form is submitted.
However, when the user logs in to modify the information, the 255 limit dissapears and the user can fill in the textarea with as much text as he/she/it likes to.
I modified directly in the mysql database the maxlength of this property (can not modify the textarea maxlength in the admin area), but still the text gets cut a the character number 255.
How can i make that 255 characters limit dissapear?
Thanks a lot and congrats for the very nice job with CMS!!
I'm using CMS 1.8.1 with FEU and SelfRegistration installed.
I defined within FEU a user property which is a text area. The text area has a default size of 80 cols per 15 rows (which in principle could accomodate a total of 1200 characters). However, when a user registers and fills in the text area, the text gets cut at 255 characters when the registration form is submitted.
However, when the user logs in to modify the information, the 255 limit dissapears and the user can fill in the textarea with as much text as he/she/it likes to.
I modified directly in the mysql database the maxlength of this property (can not modify the textarea maxlength in the admin area), but still the text gets cut a the character number 255.
How can i make that 255 characters limit dissapear?
Thanks a lot and congrats for the very nice job with CMS!!