Hello,
I have a Model enought big to be cut in 3 Forms. I wanted to use FormWizzard to do that and I am wondering, how to save the information from the form to the database?
Everything is from the same model.
Do you have any idea of how to do that ?
Hello,
I have a Model enought big to be cut in 3 Forms. I wanted to use FormWizzard to do that and I am wondering, how to save the information from the form to the database?
Everything is from the same model.
Do you have any idea of how to do that ?
There is no clear/direct way to do this.
However, you could hack around to achieve the desired functionality;
I can think of doing it this way:
fields and extra on the meta class.passn wizard forms, and call super.However, as I said, this is really a "hack" and it may be clearer and pythonic to use different views, forms and the session.