Feature #63664
closedEpic #77909: Enhance EXT:form
Epic #69410: EXT:form - Flexibilize forms using hooks, signal slots and custom post processors
EXT:form - Allow registering of custom PostProcessors
100%
Description
After a quick slack talk with Patrick Broens, it is apprently not possible right now to add a custom post processor to the wizard dropdown. However, you can manually add the class name into the form TS and it will properly evaluate the post processor.
I can think of a few cases where it would be quite handy to have this feature. I just wanted to use the forms ext to let the user build forms that are integrated in an extension's logical workflow. Unfortunately, the missing possibility of a clean registration kills that feature for me from a usability's perspective.
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Björn Jacob about 9 years ago
- Subject changed from ext:form - Allow registering of custom PostProcessors to EXT:form - Allow registering of custom PostProcessors
- Target version set to 8 LTS
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47128
Updated by Ralf Zimmermann almost 8 years ago
- Status changed from New to Needs Feedback
- Assignee set to Björn Jacob
With the new ext:form version it is possible to register new finishers aka PostProcessors.
Until the docs are ready you can view some examples:
https://code.tritum.de/TYPO3.CMS/ext_form_example1484232130
or
https://code.tritum.de/TYPO3.CMS/ext_form_marketing_automatisation
I think this can be closed.
Updated by Björn Jacob almost 8 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Björn Jacob) - % Done changed from 0 to 100
Closing this issue. This is now possible with form v8.