Project

General

Profile

Actions

Bug #82772

closed

tx_form honeypot not working when adding module.tx_form config

Added by daniel about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-10-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Steffen Gebert about 7 years ago

  • Project changed from 9 to TYPO3 Core
  • Category deleted (Development)
  • TYPO3 Version set to 3.5
Actions #2

Updated by Susanne Moog about 7 years ago

  • Category set to Form Framework
  • TYPO3 Version changed from 3.5 to 8
Actions #3

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.

Actions #4

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!

Actions

Also available in: Atom PDF