Conditional character count

  • GarrettSeepersad
    Asked on November 3, 2015 at 9:53 PM

    Is it possible to vary character limit for a text area, based on if condition A or B was selected?

    If Condition A = A, then Character Limit = 500 else Character limit = 1000

  • BJoanna
    Replied on November 4, 2015 at 4:54 AM

    Unfortunately it is not possible to set character limit for a text area, based on conditions.

    Possible workaround is to create two Text Area fields inside of your form. First with limit of 500 Characters and second with limit of 1000 characters. Then you need to set conditional logic to hide/show field based on some condition. 

    Conditional character count Image 1 Screenshot 20

    Here is my demo form: https://form.jotform.com/53071712924957? 

    Feel free to clone it

    Hope this will help. Let us know if you need further assistance.