Invisible reCaptcha #7674
Labels
Affects: Experience
Issues relating directly to service design & patrons experience
Good First Issue
Easy issue. Good for newcomers. [managed]
Lead: @jimchamp
Issues overseen by Jim (Front-end Lead, BookNotes) [managed]
Priority: 2
Important, as time permits. [managed]
registration
Type: Feature Request
Issue describes a feature or enhancement we'd like to implement. [managed]
Milestone
We use recaptcha in a number of places throughout the site. archive.org uses an Invisible recatpcha, which does not prompt the user unless it detect suspicious activity -- we've decided to follow suit.
https://developers.google.com/recaptcha/docs/invisible
Checklist
plugin_invisible_recaptcha
, and model the entry after the existingplugin_recaptcha
entry (with empty strings as the key values).get_recap
function, here.g-recaptcha
class to the submit buttondata-sitekey
to the submit button. If the form has a reCAPTCHA, use the new public key as the value. Otherwise, use an empty string.The text was updated successfully, but these errors were encountered: