Answer the question
In order to leave comments, you need to log in
How to auto submit form via php?
hello i have this form
<form action="" id="formid" name="formname">
<input name="txt" type="text" />
<input id="subm" name="subm_1" type="submit" />
</form>
Answer the question
In order to leave comments, you need to log in
Jquery:
$(document).ready(function(){
$('#formid').submit();
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question