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.