Hi all. Is there an easy way to integrate forms in Kirby with capcha? I used to do this with Formbuilder (GitHub - kirbyzone/formbuilder: A Kirby 3 plugin to help you create your forms in the Panel, easily add the forms to your templates, and automatically send and store form submissions.) but it seems that the plugin isn’t supported anymore in the latest versions of Kirby, which is a bit sad since it worked so well.
there is this plugin which need a license: Form Block Suite | Kirby CMS
and allows you to build forms within the panel. you can add custom form input (see readme) and use a php lib like GitHub - S1SYPHOS/php-simple-captcha: Simple captcha generator to build a captcha.
the formblock suite plugin is by @Microman