How to add a submit button | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add a submit button

28th Jun 2017, 1:37 PM
Wenjing Lin
Wenjing Lin - avatar
3 Answers
+ 3
<input type="submit" name="submit"> *edit* By default, the button name will be "submit." As Wondwosen pointed out, you can change that default text by changing the value property.
29th Jun 2017, 12:26 AM
AgentSmith
+ 1
<input type="submit" name="submit" value="Submit"> Text to be displayed on the button is inserted in value property.
28th Jun 2017, 3:16 PM
Da' BO$
Da' BO$ - avatar
0
<input type="submit" value="Submit" />
29th Jun 2017, 2:33 PM
Ashish Hajagulkar
Ashish Hajagulkar - avatar