1👍
there is only three type for the button tag
button
reset
submit
but you have used type=”search_form”
try following code
<button name="jack" type="submit" class="btn btn-primary">Search</button>
Source:stackexchange.com
1👍
there is only three type for the button tag
button
reset
submit
but you have used type=”search_form”
try following code
<button name="jack" type="submit" class="btn btn-primary">Search</button>