HTML Submit-button: Different value / button-text?

前端 未结 5 1860
感情败类
感情败类 2020-11-29 21:02

I\'d like to create an HTML form submit button with the value \'add tag\', however, the web page is in Swedish, so I\'d like to have a different bu

5条回答
  •  迷失自我
    2020-11-29 21:58

    I don't know if I got you right, but, as I understand, you could use an additional hidden field with the value "add tag" and let the button have the desired text.

提交回复
热议问题