multiple form in a single page using flask and wtforms
I have multiple form on the same page that send post request to same
handler in flask.
I am generating forms using wtforms.
what is the best way to identify which form is submitted ?
I am currently using action="?form=oneform". I think there should be some
better method to achieve the same?
No comments:
Post a Comment