Limit amount of characters/letters (text)

Hi,

I would like to know if there’s any way to limit the amount of characters in any text box?

Thank you,
Happy holidays! :slight_smile:

Hi,

You can use maxlength attribute.

Kindly refer to the link below.

https://www.w3schools.com/tags/att_textarea_maxlength.asp

https://www.w3schools.com/tags/att_input_maxlength.asp

Hope that helps

Hi Paul,

Thank you for your suggestion.
Unfortunately it did not what I wanted.
The maxlength code simply created a box around the text that looks funny.
I want to keep the consistency of the text, just limiting to a specific amount of characters.
(see image)

Can you help?

By the way, how do I fix height to a column?

Thank you

You need Javascript to achieve that. Regretfully, that would fall under custom development which is outside the scope of our support.

Your option would be to manually limit the text.

For your columns, you can add a min-height in the inline CSS.

The result of that will not look good though.

Apply the min-height to your text element instead.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.