• Resolved adminus00

    (@adminus00)


    It works but i don’t get to see the recaptcha, how can i add it to the form?
    I have added the keys and script to the header but where do i need to place this code?:

    <html>
    <head>
    <title>reCAPTCHA demo: Simple page</title>
    <script src=”https://www.google.com/recaptcha/api.js&#8221; async defer></script>
    </head>
    <body>
    <form action=”?” method=”POST”>
    <div class=”g-recaptcha” data-sitekey=””></div>

    <input type=”submit” value=”Submit”>
    </form>
    </body>
    </html>

    https://ww.wp.xz.cn/plugins/pirate-forms/

Viewing 1 replies (of 1 total)
  • Thread Starter adminus00

    (@adminus00)

    Nevermind, i figured it out, forgot one line of code: <div class=”g-recaptcha” data-sitekey=””></div>

Viewing 1 replies (of 1 total)

The topic ‘Recaptcha’ is closed to new replies.