I'm trying to call multiple JavaScript functions. It submits even though my functions return false. I receive the alert messages but it submits anyway.
This is my form.
<form name="myform" id="myform" action="receipt.html" method="post" onSubmit="return allValidation();">