Hello All, I have a website, which is up and running. No issues at all. My Query: I have a form which users could only see once they are successfully logged in. Currently, it have just 5 mandatory fields. However, going forward, I have to incorporate more 30 fields. So it could be a mess if I put everything in one single page. Therefore, I wanted to distribute the fields among 4 to 5 web pages based on the categories having "next" button on all the web pages, and "review" and "submit" button in the last web page.. Of course I need to alter my model to accommodate those extra fields. However, do I need to make any changes in my POST view method? Or such feature has to be coded in the front-end templates? I hope I am clear with my queries.
Regards, Amitesh -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1517354123.696932.1589134634131%40mail.yahoo.com.

