Python on the web: How to get a CGI script to recognize two submit buttons with separate values in one form

In one of my Python cgi scripts I have a web form with some hidden values, text fields, and two submit buttons. I want my cgi script to do something different depending on which submit button was clicked. One of the submit buttons is for completing a review without making any changes and is called … Continue reading Python on the web: How to get a CGI script to recognize two submit buttons with separate values in one form