Hi all🙂
I just created a form with a textarea field and found that text submitted by users was being cut off at the 255-character mark.
I quick check of the database showed that the textarea field was created as a VARCHAR field in the database with, of course, a 255 character limit. I changed the field to a TEXT field and gave it a much higher character limit.
I'm not sure if this is the standard behaviour of Chronoforms to setup textarea fields with such a limited size or not, or if I did something wrong, but I thought I should mention it because it does seem rather too small for a textarea field.
I just created a form with a textarea field and found that text submitted by users was being cut off at the 255-character mark.
I quick check of the database showed that the textarea field was created as a VARCHAR field in the database with, of course, a 255 character limit. I changed the field to a TEXT field and gave it a much higher character limit.
I'm not sure if this is the standard behaviour of Chronoforms to setup textarea fields with such a limited size or not, or if I did something wrong, but I thought I should mention it because it does seem rather too small for a textarea field.