This extension extend standard TYPO3 form with next features:
- reCAPTCHA - protect website form from spam
- Save form finisher - save email sent by users of your website
Use extension manager to install extension
Include TypoScript template. Include static (from extensions): "Pxa Form Enhancement (pxa_form_enhancement)".
Add reCAPTCHA site key and site secret constants. You can get these keys on official page.
#!typoscript
plugin.tx_pxaformenhancement.settings.siteKey = siteKeyHere
plugin.tx_pxaformenhancement.settings.siteSecret = siteSecret
ReCAPTCHA can be removed from summary page and emails using constants configuration. Set value of "hideRecaptchaOnSummaryPage" constant to "1". Note that this option will change default path of summary and emails templates.
#!typoscript
plugin.tx_pxaformenhancement.settings.hideRecaptchaOnSummaryPage = 1
reCAPTCHA is available as new element in list of "Advanced elements". Add it to you website form and it will appear on a site automatically. Don't forget to add Recaptcha validator to this element.
If you need to save form sent by user, you need to add a finisher tab. Its name is "Save form".
Configure next Save form post processor fields:
- Name of record name - default record name
- Storage - storage of records (where to save emails)