You have to develop the HTML form with adding jQuery. After writing some validation, proceed with the submission.

$("#bestinterviewquestion").submit(); // using jQuery
document.getElementById("bestinterviewquestion").submit(); // using JavaScript

BY Best Interview Question ON 07 Jul 2019