• Resolved vladinko0

    (@vladinko0)


    In our site we are using text input (standard field), but it accepts only 256 characters.
    So I added this Validation Pattern: “.{0,1024}”, without quotes, but still I am unable to insert text longer then 256 characters.
    Is there any other global setting for text input and I can set the pattern only to be in the limit of global setting?

Viewing 1 replies (of 1 total)
  • Plugin Support alexrollin

    (@alexrollin)

    Hello!

    the limit of 256 applies to all text fields; sorry to say but validation rules won’t bypass that.

    If you requires longer entries please use a textarea type field.

Viewing 1 replies (of 1 total)
  • The topic ‘Validation pattern is not working’ is closed to new replies.