Native Recaptch support for form builder plugin #8257
IzzyDevs
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now it's not apparent that there is any Recaptcha-like functionality to prevent automated form abuse, or I am just not familiar with the implementation... in which case, please clue me in.
I have an implementation of Google Recaptcha setup with the beta plugin-form-builder, using the npm patch-package at the moment for a template I am setting up. I just wanted to see what the general consensus is regarding this sort of functionality before attempting to contribute, so I don't waste anyone's time or move against the grain.
I was thinking we could just check for an environment variable to qualify whether or not to use the Recaptcha verification function server-side and in the onSubmit, or the payload config - so opting in is pretty simple. We can start with Google, and add others as we go.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions