[html-formfu] multi stage forms

Mario Minati mario.minati at googlemail.com
Fri Oct 12 19:00:35 GMT 2007


On Thursday 11 October 2007 23:35:38 Ulrich Leodolter wrote:
> hello,
>
> i'd like to implement a "multi stage form"
> (using Catalyst::C::HTML::FormFu)
>
> the first form has only 2 fields
> after submit these two fields are used
> to query a database (using XML::DOM::Parser)
>
> the results from the query should be used to
> fill a second more komplex form.
>
> i have no idea how to implement this so that
> it fits nice into Catalyst.

Currently there is no special support for multiple stage forms.

You just have to implement two separate forms.
If you want to implement them in a wizard style you have to care for the logic 
and buttons your self.

Greets,

Mario Minati



More information about the HTML-FormFu mailing list