PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm_Controller » Bug #7932

Conditional Pages

Details

Request #7932Conditional Pages
Submitted2006-06-18 11:48 UTC
Frommosh at tobt dot de
Assignedavb
StatusClosed
PackageHTML_QuickForm_Controller
PHP Version5.0.4
OSWindows XP
Roadmaps(Not assigned)

Comments

[2006-06-18 11:48 UTC] mosh at tobt dot de

Description:
------------
While testing around with the controller I found a point which may be useful for future versions. Let's consider the following example:

On a Page10 maybe I want the user to choose between 3 different choices. If he chooses value 1 I want to show him another Page10a, if he chooses value 2 I want to show him a Page10b and if he chooses value 3 I want him to go directly to Page11. After Pages 10a and 10b he also has to go to Page11.

It was no problem to implement that behaviour with some dirty workarounds but maybe it would be cool to implement that as a native feature.