handling multiple forms flask, one form done in html the other is a wtform code example
Example: flask identify different forms on same page
if 'my_form_element_name' in request.form:
print ('stuff')
if 'my_form_element_name' in request.form:
print ('stuff')