Bug #87738
closedAction URI of tx_form_formframework not correct if form is used in extension as content element
0%
Description
Steps to reproduce:
- add news extension
- add news content element and add form (f. e. contat form) plugin to this news via content elements
Expected result:
- in detail view of news element show form (f. e. contat form)
- action uri should be /news/titel-des-beitrages?tx_form_formframework%5Baction%5D=perform&tx_form_formframework%5Bcontroller%5D=FormFrontend&cHash=fc7316ffec2741927bb5aa601ef0203f#kontaktformular-2026
Actual result:
- in detail view of news element show form (f. e. contat form)
- in action uri part of news detail view is missing: /news?tx_form_formframework%5Baction%5D=perform&tx_form_formframework%5Bcontroller%5D=FormFrontend&cHash=fc7316ffec2741927bb5aa601ef0203f#kontaktformular-2026
So form can not be submitted.
Martin
Updated by Martin Weymayer almost 6 years ago
sorry - found solution - just set addQueryString -> true in baseSetup.yaml:
addQueryString: true
Updated by Björn Jacob over 5 years ago
- Status changed from New to Closed
As far as I can see the author of the issue has solved the problem. Thus, I am closing the issue. If you think this is the wrong decision, please re-open the issue or create a new one.