Viewing 1 replies (of 1 total)
  • Hello @besky !

    Thank you for the report! And yes, the Load Form using Ajax option is most likely the best solution here.

    As you haven’t mentioned the page where we can find an example form, I can only guess, but the most likely cause here is that the caching on the site will “freeze” the form’s HTML as it was originally, while with ReCaptcha the code needs to be dynamic (it uses random numbers which need to change on every reload).

    Therefore, loading the form with Ajax will allow you to both keep caching on the page and also will make the code to load dynamically.

    Best regards,
    Pawel

Viewing 1 replies (of 1 total)
  • The topic ‘ReCaptcha doesn’t work’ is closed to new replies.