I have the following submit button:
When I use the follo
Simply in the function onclick for the submit button write down like this
onclick="return myfunction();"
and inside the function statements
myfunction () { return false;};