I am using dreamweaver ...
I have set up to have a form validated onSubmit once it is validated I want the user to be taken to another webpage.
What is happening is the the form is being validated, but even if it finds errors the user is still being sent to the next page.
How do i get it to stay put until errors are fixed?
My existing code is below.
Thanks !
<form action=""method="post" name="Workshops" id="Workshops"
onSubmit="MM_validateForm('First Name','','R','Last Name','','R','email','','RisEmail');MM_g... document.MM_returnValue">
Tags: