[Answer]-Why internet explorer sends Button in form POST?

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>
👤Sarath

Leave a comment