Enable captcha by default? #2058
-
I'd like to make it as simple as possible for editors to create forms, and as such I'd like to disable the "Integrations" tab on the forms. But then I also need to apply the captcha integration by default for every form. Is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The integrations tab does need to stay there, even if you just have a captcha. If you really care about it being shown I would say you could inject some CSS to visually hide it, but Formie still needs it in the form. As for it being on by default, that's already the case. If you enable a captcha integration, any new form is going to have that enabled by default. It's only existing forms where you need to enable the previously disabled captcha integration. |
Beta Was this translation helpful? Give feedback.
The integrations tab does need to stay there, even if you just have a captcha. If you really care about it being shown I would say you could inject some CSS to visually hide it, but Formie still needs it in the form.
As for it being on by default, that's already the case. If you enable a captcha integration, any new form is going to have that enabled by default. It's only existing forms where you need to enable the previously disabled captcha integration.