• Resolved wonderbuild

    (@wonderbuild)


    I need help understanding if this plugin will work for our purposes. We have a Permit Application Form. we have a list of past permit holders that are not allowed to purchase permits any longer – a banned list of poachers. Is it possible to use this validation plugin for a first and last name field, that would NOT allow a specific first/last name set to be submitted? Example: end-user types in John Smith, but John Smith is on the banned list, and the validation error comes back stating that John Smith is not allowed to apply and to call the office for further information.

Viewing 1 replies (of 1 total)
  • Plugin Contributor wisetr

    (@wisetr)

    Hi @wonderbuild,

    Real Time Validation plugins work on the RegEx pattern and check user’s input against the pattern given.

    Right now we do not have any flexibility to validate with so much customization. You have to create a RegEx for the pattern with the exclusions(names that you do not want to receive) and set up in the field you want to validate.

    http://regex101.com/, here you can test out your Regex.
    Good Luck!

    Thanks,
    Team Wisetr

Viewing 1 replies (of 1 total)

The topic ‘Field Validation’ is closed to new replies.