Hi hn57ghty222dgb read the following.
Add the following maxlength=”200″ to the attributes field and it will change the max length. Remember to change the number 200 to what ever suits your need.
OK, thanks! Problem solved!
I am happy to hear 🙂 can you mark this support thread as resolved.
Thank you
You can also add a max-width to the Input CSS to set the width of the text or textarea box. I like some input boxes to be uniform, regardless of the data to be entered. It looks like this:
max-width: 250px;
I also set the height of different textarea boxes by adding a size in pixels to the Input CSS box. The textarea will auto-scroll if the user enters more lines than can be displayed by the height you selected. It looks like this:
height: 60x;