Make Widget Snippet
make_widget_snippetReturn a minimal browser SDK snippet for mounting captcha.cc and submitting the proof token to an application endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | No | Form id to attach submit handling to. | contact-form |
| site_key | Yes | Public captcha.cc site key, for example pk_live_xxx. | |
| element_id | No | DOM element id where the widget should mount. | captcha |
| submit_path | No | Application endpoint that receives the proof token. | /submit-form |