File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ https://<your-instance>/<site-key>/
4747
4848``` html
4949<form >
50- <cap-widget id =" cap" data-cap-api-endpoint =" https://<your-instance>/<site-key>/" ></cap-widget >
50+ <cap-widget id =" cap" required data-cap-api-endpoint =" https://<your-instance>/<site-key>/" ></cap-widget >
5151 <button type =" submit" >Submit</button >
5252</form >
5353
@@ -301,6 +301,7 @@ All widget labels can be overridden with `data-cap-i18n-*` attributes. These def
301301 data-cap-i18n-verify-aria-label =" Click to verify you're a human"
302302 data-cap-i18n-verifying-aria-label =" Verifying, please wait"
303303 data-cap-i18n-verified-aria-label =" Verified"
304+ data-cap-i18n-required-label =" Please verify you're human"
304305 data-cap-i18n-error-aria-label =" An error occurred, please try again"
305306></cap-widget >
306307```
You can’t perform that action at this time.
0 commit comments