Re: Formwizard and customizing the template layout

2009-11-02 Thread Mark L.
> Is there any way to have individual templates for each form To define, which template should be used for which step, you can override the get_template(self, step) method of the wizard (it must return the name of the template), that way you can use separate templates for certain steps (step numb

Formwizard and customizing the template layout

2009-11-02 Thread txranger
I am implementing a nine part questionnaire that is dynamic. By dynamic I mean the user may answer Part 1 and Part 2 but based on the answers to Part 2 may be directed to Part 8 then Part 9. I have that figured out but I need to have little more control over the look and feel of the each form. Th