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

How to add link to input type submit

3rd May 2017, 10:50 AM
Manoj Mishra
Manoj Mishra - avatar
6 Answers
+ 15
If you use input as submit button, you must put your link in action attribute of form tag. Else use <button> as- <a href="http://google.com"><button>Submit</button></a>
3rd May 2017, 11:26 AM
Sachin Artani
Sachin Artani - avatar
+ 2
Is this <form action="link.php" method="post"> you are looking for?
3rd May 2017, 11:02 AM
Calviղ
Calviղ - avatar
+ 1
So you want to submit something to a link? Is this your problem? If yes you could use forms as Calvin sugested.
3rd May 2017, 11:02 AM
Bebida Roja
Bebida Roja - avatar
0
Is this what you are looking for (otherwise, please be more specific)? <input type="submit">
3rd May 2017, 10:52 AM
Thanh Le
Thanh Le - avatar
0
no
3rd May 2017, 10:52 AM
Manoj Mishra
Manoj Mishra - avatar
0
tnks
3rd May 2017, 10:53 AM
Manoj Mishra
Manoj Mishra - avatar