How can we submit a form without a submit button?
Ask by Amit Singh
Updated 22 Sep 2020
The form submission can take place without using submit button by using the specific attribute named onclickevent attribute in Javascript or else using submit form method in Javascript. This can be done by clicking method.