[Feature Request] Support GF reCAPTCHA v3 add-on #343
Labels
status: hold ⚠️
Work on this is on hold due to another issue/ PR
type: feature 🦋
New feature or request
What problem does this address?
I'd like to use Google reCAPTCHA v3, which is supported by Gravity Forms through an add-on, available from their website.
What is your proposed solution?
When the reCAPTCHA v3 GF add-on is installed and activated, and reCAPTCHA v3 is configured with API keys and a score threshold, add a field to the submit mutation that allows sending the reCAPTCHA v3 response token along. Upon submitting, verify the token and handle the form based on the score threshold set in the GF settings. That is, send it if the score exceeds the threshold, or mark it as spam otherwise.
What alternatives have you considered?
Using reCAPTCHA v2 is possible already, and is a decent alternative. However, it does not function exactly how v3 does.
Additional Context
No response
The text was updated successfully, but these errors were encountered: