Reputation: 6540
For example if i have 3 forms on one page, how can i check in my view function which form was posted?
form1 = FormClass1
form2 = FormClass2
form3 = FormClass3
Upvotes: 1
Views: 899
Reputation: 798436
All of them will be posted unless you put them in separate form tags with separate submit buttons.
Upvotes: 1