Anyone with an idea on how to submit form without a submit button... | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuestas
+ 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