Ext: sg_forms
License: GNU GPL, Version 2
Repository: https://gitlab.sgalinski.de/typo3/sg_forms
Please report bugs here: https://gitlab.sgalinski.de/typo3/sg_forms
TYPO3 version: >=9.5
About
This extension provides additional functionality for the forms extension
Setup
Setup custom forms storage
All you need to be able to store the form yaml files in our project theme is to create the following folder: web/typo3conf/ext/project_theme/Resources/Private/Forms
Don't forget to include the Typoscript in your template!
Invisible Recaptcha
You need to integrate lib.settings.reCaptchaSiteKey
and lib.settings.reCaptchaSecretKey
in your page template, to get the invisible recaptcha working.