• Resolved mjezegou

    (@mjezegou)


    Hello,

    I’m having problems viewing the hcapta.
    I contacted the api support ([email protected]). It refers me to their website and the developer’s guide. https://docs.hcaptcha.com/fr/
    I use hcaptacha with ninjaform and I realize that the guidelines given are not the one on my site.
    For example, we don’t have the defer in the script call

    <script src=”https://js.hcaptcha.com/1/api.js&#8221; async defer></script>

    Show here No checkmarck

    I’m also going to add a preconnect in the header of my page :

    <link rel=”preconnect dns-prefetch” as=”script” href=”//js.hcaptcha.com” crossorigin>


    Can you, in the next version at least add the notion of defer in your call please ?

     Looking forward to reading you,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor kaggdesign

    (@kaggdesign)

    Hi @mjezegou,

    When you do not see the checkmark, it indicates that the hCaptcha API script was not loaded or loaded too late. Some page caching plugins change script order improperly and can cause such issues.

    Please provide the page you need help with (your link does not work).

    P.S. We do not need async + defer in script, as it is the same as async. Please see the documentation.

    Plugin Contributor kaggdesign

    (@kaggdesign)

    Closed as having no response for 2 weeks.

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

The topic ‘viewing the hcapta’ is closed to new replies.