I have a function in the middle of a ColdFusion page which makes sure tht email is good. It works fine except that if the email is good it doesn't continue processing the form. I think the reason is because on the <form > line the onSubmit brings the email check function which displaces the action keyword. Is this correct ? how do I fix this?<br>T.I.A.