• Hayden Ng

    (@haydenng664)


    Hi,

    I am building a wordpress headless site (frontend using Nuxt.js) and am trying to use recaptcha v3 in contact form 7 . I have already setup the integration using the built in integration.

    But, the problem is contact form 7 is marking all of my emails as spam. Therefore I installed Flamingo plugin just to see the error log. Apparently the error log says reCAPTCHA response token is empty. Which makes sense because the recaptcha is setup in WordPress while since my frontend is decoupled, it doesn’t get the token.

    I have read about using vue-recaptcha but that means setting up a new recaptcha that is entirely separate from the recaptcha I setup in WordPress. I can’t find a way to link the recaptcha for WordPress and my frontend together.

    Any advise would be very much appreciated, thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter Hayden Ng

    (@haydenng664)

    I found that this link explains how to get the token out of contact form 7,

    But where should I place those PHP codes, how to retrieve it in the frontend, and once retrieved, what to do with it? To pass it back through .post …/feedback/ ?

Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form 7 recaptcha 3 headless site’ is closed to new replies.