Bug #64296
Documentation: Wrong settings
Start date:
2015-01-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
Is Regression:
No
Description
Hello,
I've had the problem, that after submitting the form the page is loading VERY long.
The problem was that I used and modified this example in the documentation:
plugin.wt_spamshield.formhandler.validators.formhandler.enable = honeypotCheck
But this TypoScript setting is wrong, I has to be like this:
plugin.wt_spamshield.validators.formhandler.enable = honeypotCheck
Updated by Charles Brunet almost 6 years ago
- Status changed from New to Resolved
- Assignee set to Charles Brunet
- % Done changed from 0 to 100
Fixed in revision 88253.