I want to achieve this.. Which will be optimal way to do multiple forms? Also multiple files, email sending (have done already not difficult for me outside django, but does not have an idea to achieve in django in my context), pdf template for downloading report.. I am Django Beginner.. Kindly share some resources (short videos, or blogs) , ideas to do it easily (expert opionion), github repos (each part perfectly explained separately or combined).. Thanks alot in advance..
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
For the multiple forms, the bast way is create a higher view that sends the request for each form view and the form view replies with a success or an error. I believe StackOverflow will be a better place to discuss this, each point as a question.