Anyone with an idea on how to submit form without a submit button... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Anyone with an idea on how to submit form without a submit button...

PHP

10th Jun 2020, 4:36 AM
Adedeji Yusuf
Adedeji Yusuf - avatar
2 Answers
+ 1
Use JavaScript document.getElementById('formID').submit();
10th Jun 2020, 4:52 AM
Hardik Sharma
Hardik Sharma - avatar
+ 1
Use php <form method="Post"> <input type="Submit" value="Submit"> </form> Notice me if it works
12th Jun 2020, 3:18 AM
Nickolos
Nickolos - avatar