Actions
Feature #72309
closedEXT:form - allow integration of predefined forms
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2015-12-18
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The content element of EXT:form should allow the integration of predfined forms. EXT:formhandler does a nice job and could be used for an inspiration. Advantages:
- Integrators can build there forms with TypoScript which offers much more possibilites than doing it with the form wizard.
- Forms can be re-used throughout the whole installation.
- Forms can be stored outside the DB and versionized.
- There's no need for editors anymore to use the form wizard. They can use the predefined forms which are optimized layout-wise.
PageTS for registering a predefined form:
mod.wizards.form.predefinedForms { contactForm = LLL:EXT:my_theme/Resources/Private/Language/locallang.xlf:contactForm }
Example TS:
plugin.tx_form.settings.predefined.contact = FORM plugin.tx_form.settings.predefined.contact { ... }
Files
Actions