Google reCAPTCHA v3
HTML Forms offers support for Google reCAPTCHA v3. The process is simple.
Step #1
Generate a Site Key and a Secret Key for your site by registering at https://www.google.com/recaptcha/admin/.
Step #2
With your keys in hand, add them to the Google reCAPTCHA v3 fields in the HTML Forms plugin settings screen:

Step #3
Confirm your keys are working. A simple notification will appear in the WordPress admin once you have entered in your Site Key and Secret Key and they have been verified to work.

Debugging Issues with Google reCAPTCHA v3
If you do not see this notification, there is a problem with your keys, and you must visit Google’s reCAPTCHA site to learn more.
Form submission problems with working keys can be investigated further by enabling WP_DEBUG on your WordPress site. HTML Forms will write reCAPTCHA-specific errors and messages to your site’s error log when WP_DEBUG is enabled.
Related Posts from Our Knowledge Base
HTML Forms Premium includes a visibility feature that lets you only show a form when a user is logged in to your site. This feature lets you have greater control over who can see, and submit data, to your website. Enabling the Require Users to Log In Feature You’ll need to install HTML Forms Premium […]
HTML Forms Premium adds a File Upload field to the base plugin. You can use this field to let users include files with their form submissions. You won’t have to write any of your own file uploading or processing code. HTML Forms Premium will handle all of that for you. File Upload Field Once you […]