Formcentric supports various captcha providers to protect your forms against automated (bot) input. You can adjust these using the data-fc-configuration
attribute. You specify the providers to use in the Admin Centre in the Formcentric Cloud interface.
Supported captcha providers:
Although not recommended, if you want to adjust properties such as the URL of the captcha provider to be loaded, you can either use the configuration object on the window (instance-specific) or the above-mentioned data
attribute.
<div
data-fc-id="..."
data-fc-configuration='{"captcha": {"providers": [{"name": "friendlyCaptcha", "properties": {"src": "https://cdn.jsdelivr.net/npm/@friendlycaptcha/sdk/site.min.js"}}]}}'
...other attributes...
></div>