DEV Community

Discussion on: Help Needed in Django Multiple Forms + Multiple File Upload

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.