HTML_QuickForm_Controller

This is an add-on to HTML_QuickForm package that allows (among other things) to build multipage forms.

Cool features:

  • Includes several default Actions that allow easy building of multipage forms.
  • Includes usage examples for common usage cases (single-page form, wizard, tabbed form).
Table of Contents
Visit a raw HTML/text element (package developer related) (Previous) What is this package useful for (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

Note by: benjaminbeck@gmx.de
If you put your submit button in a group, make sure that the groups 5th argument is false ($appendName) otherwise the action will not be executed.

Greetings Benjamin