Class Summary HTML_QuickForm_Page -- The class represents a page of a multipage form.
Description
Generally you'll need to subclass this and define your
buildForm()
method that will build the form. While it is also possible to instantiate
this class and build the form manually, this is not the recommended
way.