DEV Community

BADSHAH
BADSHAH

Posted on

Help Needed in Django Multiple Forms + Multiple File Upload

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..

Image description

Top comments (1)

Collapse
 
mkalioby profile image
Mohamed M El-Kalioby

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.