I have a django form with two different submit buttons, on the view where the form is submitted to I need to know what submit button was pressed and take different actions a
For some reason, in Chrome, when I had two buttons using tags, it would actually treat the button I didn't click as an input. That way, when I tested something like 'sendPaperButton' in request.POST, it would return the opposite of what I wanted.