Does anyone have an idea of why my HTML form does not submit anything? Once I click the submit button it does nothing? No idea what is going on, have checked everything and
Change this line,
you must use method="POST" instead of type="POST"
method="POST"
type="POST"