You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: