Feature #52777

Support of wizards/branched forms

Added by Daniel Neumann almost 2 years ago. Updated over 1 year ago.

Status:New Start date:2013-10-14
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

I wondered if there is a chance to support junctions within a FormDefinition. My idea was to decide whether to show or to hide a set of Page objects depending from e.g. checking a specific box. I tried to do this similar to the ConditionalRequired FormElement of the TYPO3.FormExample Package, simply by doing something like

$this->getRootForm()->removePage($pageToDisable);

That solution works for one page-switch - if I press on next/previous at the page that I successfully skipped, I get led to the disabled one directly - that's really confusing.

Maybe there is already a way to implement it as I imagine (see the pdf as example). Maybe I have to split the form into different forms which are simply connected by finishers?

CreateUserAccount.pdf - Sample Case I tried to implement (91.5 kB) Daniel Neumann, 2013-10-14 11:16

History

#1 Updated by Daniel Neumann over 1 year ago

  • Assigned To set to Bastian Waidelich

#2 Updated by Bastian Waidelich over 1 year ago

  • Assigned To deleted (Bastian Waidelich)

Sorry, I don't have time to tackle this at the moment. But nice try ;)

Also available in: Atom PDF