How can I set minimum limit of characters in a text box?

  • yogishchandra
    Asked on July 27, 2017 at 9:50 AM

    Hi,

    I a text box, I know how to set the maximum number of characters. But I need to set a minimum limit also. Is it possible?

  • BJoanna
    Replied on July 27, 2017 at 12:24 PM

    You can use Input Mask option, if you want to restrict users to match the format you specified. 

    Getting Started with the Basics of Input Masking

    Or you can use a Long Text Entry (Text Area) field.

    How can I set minimum limit of characters in a text box? Image 1 Screenshot 20

    Here is my demo form: https://form.jotformpro.com/72074656169969 

    Feel free to test it.

    Hope this meet what you are looking for.

  • yogishchandra
    Replied on July 27, 2017 at 2:27 PM

    Thank you Joanna. It worked.