Hi all, I am working on a form on Django. I would like to create several sections of the form, just to let the users insert data in steps. I would like also to change the questions based on the previous answers of the users (for example, if in the first page you tell me you are a male, in the second step I would ask you you favourite sport, while if you answer that you are a female, I would ask your favourite color).
I would like to have an advice on how to start, and in particular: 1. Is the "form tools" ( https://django-formtools.readthedocs.io/en/latest/#) the only way to do this? There is a good tutorial/book, possibly with a working example? (I am pretty new with Python and Django, and I need good resource) 2. Do I have to creare a single model with all data, or can I manage a model for each page? Thank you very much! Francesco -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/17bb7f94-b696-4a3b-93e5-10682f89688d%40googlegroups.com.