so..I have a form with method=’post’ set.
<form action='/${languageLinkCode}html/reservation' method='POST' name='homeform'>
//fields
<button>Submit</button>
</form>
when i click the submit button, it always uses ‘GET’ instead of ‘POST’
I’ve trieddocument.forms[‘homeform’].submit(); as well
Am I doing something wrong here?
There is no space before
name. Please validate your HTML.