• Does this plugin work with gform_field_validation filters? I have several validations I’m doing that check an API and send a response but would love to feed the response back before the user has to click submit. Any chance this plugin works with custom gform_field_validation filters?

    Please advise thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d like to know this too. I have custom validations using the gform_validation filter, and inside that filter’s function I have 3rd party API calls to validate user data. Can this still work with this plugin in real time?

    Hello guys,
    No, real-time validations will not work with gform_field_validation.
    This plugin only works on the client side and matches the user’s input with the regex patterns.
    As gravity form in build validation works on the server side and there we have a hook gform_field_validation in which you can add your own validation.

    Although If you are using gform_field_validation to hook in your custom validations then it will work seamlessly after RTV completes its validations.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Does this plugin work with gform_field_validation webhooks?’ is closed to new replies.