This is a html code for a simple contact form using bootstrap styling and the action linked in form tag to form_check.php I have been hitting my head hard as clicking the submit button doesnt perform any action and gives no output for even the simplest php script.
Heres the html part:
and heres the php script part in its simplest form still it is not working
Please help me out as even clicking the submit button performs no action at all.


input type=submitintsead ofbutton<button></button>if you want. No need to replace with<input>just replace the type value frombuttontosubmit. You can havesubmitvalue for button'stypeattribute too.