I\'ve got a form which is being submitted via PHP with 3 submit actions: Save and Continue Save and Exit
I have a User model and a Submission model. Each Submission has a ForeignKey field called user_submitted for the User who uploaded it.