ImaginaryLandscape / django-multipage-form

Support for Django ModelForms spanning multiple pages
MIT License
11 stars 2 forks source link

Question: possible to save to different models per page? #2

Open brettelliot opened 1 year ago

brettelliot commented 1 year ago

Hi,

Looking forward to trying this app! i think it will solve a big problem for me. However, there's one thing i didn't see any documentation for and I wonder if this is possible.

Say on page 2, I fork between showing page 3a or 3b. If they go to 3b, then I want the data saved in a different model. Is that possible? How would I do that?

Thanks!