Ray,
You are correct its to do with the select field, if I remove validation the form validates correctly, at present I have it validating as required:
WAValidateRQ(document.forms[0].DocumentType,'- Document Type is required',document.forms[0].DocumentType,0,true,'select')
How else can I check that the user has selected a value from the select field? I would like to select any option except the first?
Thanks