pittica / gatsby-plugin-recaptcha

ReCaptcha component for GatsbyJS.
https://www.npmjs.com/package/@pittica/gatsby-plugin-recaptcha
MIT License
8 stars 0 forks source link

Tying Input to GetForm? Working Example in README.MD? #4

Open zachatkinson opened 2 years ago

zachatkinson commented 2 years ago

hi folks,

Been trying to get reCaptcha v3 to work on my gatsby site the last week! What a nightmare. I have a form that currently submits to getform to validate and store inquiries.

I can't for the life of me seem to get this component to pass the token properly. I've been following along here:

https://docs.getform.io/features/spam-filtering/recaptcha-v3/

and I'm starting to think my issue is that g-recaptcha-response is treated as a textarea instead of an input like getform suggest.

All in all, I'm just wondering if there is a working example of this plugin somewhere? The readme is kind of hard to follow and I am at wits end trying to figure out what I'm doing wrong. Any advice or help is appreciated.