Ive got two seperate form validation functions, they work seperatety fine, but i need to call both on the onsubmit of the form. ive tried but only the first function seems to be called.
onSubmit="return (Remove(q12,q14)&&ValidateForm(F_C_DAY.value,F_C_MONTH.value,F_C_YEAR.value));"
can anybody help please?
