Project

General

Profile

Actions

Feature #72309

closed

EXT:form - allow integration of predefined forms

Added by Björn Jacob over 8 years ago. Updated over 5 years ago.

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

predefined_form.png (19.9 KB) predefined_form.png Björn Jacob, 2015-12-18 10:11
Actions

Also available in: Atom PDF