2 submit buttons in a form

前端 未结 3 967
感动是毒
感动是毒 2020-12-31 19:05

I have a question about forms. I have a fairly standard form that saves a post (called an eReport in my app) with a title and body. The table also has a \"published\" field,

3条回答
  •  粉色の甜心
    2020-12-31 19:28

    I think you need to use jQuery. You can bind the button click event and submit the form for specified location.

提交回复
热议问题