forms-frontend
forms-frontend copied to clipboard
Add hCaptcha Support
Description
We should render a hcaptcha form on any form page unless the DISABLE_ANTISPAM feature is enabled. We should block submission on completion of these captchas and then send the captcha result to the backend.
Implementation
We should collect a captcha token and pass it on to the backend as a captcha field at the root of the submission object.