Bug #82772
closedtx_form honeypot not working when adding module.tx_form config
0%
Description
Hi! I'm not 100% sure if this is a bug or i did something wrong,
i created a custom finisher and it worked fine until i got reports that a lot of spam in happening,
after some research i noticed the honeypot isnt working at all,
after filling it by hand, it didn't do anything and the form got sent.
after some random fiddling around i came to the conclusion that if i remove module.tx_form from my typoscript setup of the finisher, the honeypot started working again.
i'm not sure if i wrongly interpreted the tx_form documentation and i shouldn't add module.tx_form in the first place or if this is a bug.
module.tx_form {
settings {
yamlConfigurations {
100 = EXT:xxx/Configuration/Yaml/FormdataFinisher.yaml
}
}
}
plugin.tx_form {
settings {
yamlConfigurations {
100 = EXT:xxx/Configuration/Yaml/FormdataFinisher.yaml
}
}
}
with that config, the honeypot isn't working.
Updated by Steffen Gebert about 7 years ago
- Project changed from 9 to TYPO3 Core
- Category deleted (
Development) - TYPO3 Version set to 3.5
Updated by Susanne Moog about 7 years ago
- Category set to Form Framework
- TYPO3 Version changed from 3.5 to 8
Updated by Björn Jacob almost 7 years ago
- Status changed from New to Needs Feedback
- Assignee set to daniel
Did you put the above mentioned TypoScript in one file? I would recommend doing it differently. For example, check this extension: https://github.com/tritum/form_element_linked_checkbox
It shows how to load the TypoScript settings for frontend and backend.
Updated by Björn Jacob over 6 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
daniel)
No Feedback since nearly 3 months. I am closing this issue. If the problem still exists please re-open this issue or create a new one. Thx mate!