Re: Combining two javascript form validation codes
You are using identical functions on your script.
You have two "validate()" function which creates conflict.
You either need to rename one of them, or you need to combine the two validate() function - Oh, it would be easier if you rename the other function instead.