I have a series of forms that I need a user to complete in sequence, which is perfect for the formwizard app. However, I've some need of the admin application also and would like to set the whole thing up to trigger several forms within the admin app.
Is it possible/easy to integrate a 'formwizard' into the admin application?
If not, is extending the admin template a viable option and hooking the rest up manually? Opinions?
Update: Some clarity in my 'problem'.
I wanted to use the admin app as I was thinking I only needed basic modelforms - one perhaps split across many forms, which would have been the role of formwizard.
What I have:
Form 1: 10 yes/no questions (each yes corresponds to a new form that needs to be filled out)
if yes is ticked, the corresponding forms are put into a formwizard and displayed for the user to complete.
However the suggested option (modelforms + styling) would take care of the majority of my concerns I guess - and is the seemingly simpler solution.