• Resolved robifz

    (@robifz)


    How do I add field level validation to an input field.
    I want to be able to validate against a regex
    pattern=”^(?!\s$)[a-zA-Z ‘-,‘?’′‵—–]
    and then have the error message displayed above or below the field in red
    And for this to occur when the user exits the field not just at submission

Viewing 1 replies (of 1 total)
  • Plugin Support Abul Khoyer

    (@hellokhoyer)

    Hello @robifz,

    You can validate input against a regex pattern. You will get this option under Settings & Integrations -> Settings section. (see screenshot)

    Please note that the validation will be checked on submit. There is no option to validate in real-time.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Field Validation – more complex’ is closed to new replies.