Submitting a form with the enter button in a form with several submit buttons

后端 未结 4 1384
南笙
南笙 2021-01-12 11:38

I have a form with a simple text field and multiple submit buttons. When the user presses enter, I want to submit the form with a specific submit button, but it looks like t

4条回答
  •  醉酒成梦
    2021-01-12 12:15

    you can just define a javascript method on the "onclick" or "onkeypress" event of the button, from which u wanted to get the form submitted. But u have to define the process to occur in the javascript function

提交回复
热议问题