开发者

Multiple forms on one page

开发者 https://www.devze.com 2023-03-25 16:39 出处:网络
For example开发者_如何学Python if i have 3 forms on one page, how can i check in my view function which form was posted?

For example开发者_如何学Python 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


All of them will be posted unless you put them in separate form tags with separate submit buttons.

0

精彩评论

暂无评论...
验证码 换一张
取 消