Hope you can help, I am trying to knock up a contact form for my website which is HTML, styled with CSS and the email sent with PHP.
See updated FIDDLE
Have you tried changing:
to:
Alternatively, you can use:
Submit Form
As you have it now, input type='button' is not a valid element for form submission. For valid form elements, MDN have a great article- see the sections input and buttons
input type='button'