• Hello All,

    I have tried to integrate new google nocaptcha recaptcha in the visual form builder pro Form.

    Below is the code I have used:
    <script src="https://www.google.com/recaptcha/api.js"></script><input type="hidden" name="recaptcha_response_field" value="manual_challenge"/><div id="rcaptcha" class="g-recaptcha" data-sitekey="PUBLIC_KEY"></div><span id="captcha" style="margin-left:100px;color:red" />

    It shows up the “I am robot” captcha and I can use it fine.
    But it does not validate with other form inputs.

    form validation is done using jquery validation JS.

    Is there any way I can integrate this new google recaptcha in this plugin forms?

    I am looking for validation like this google example:
    https://www.google.com/recaptcha/api2/demo

    Please help me to resolve this.

    Thanks

  • The topic ‘visual form builder pro – google no captcha recaptcha validation’ is closed to new replies.