Hi, I'm having issues creating form validators with javascript. At the moment, I have a main control function called validateAllEmpty(). This is used in the form using onsubmit. Then I have other small functions to test if email is valid, and to test if a field is empty or not. I'm using another function called send() that collects all the data from the fields and sends them via email to another user. The problem is, when I go press submit, its running the validators, but still sending the email regardless of the validators decision. Any ideas?