Thank you for the suggestion. I also considered that idea of mimicing the validate_form's behavior in my code. But, even then, hitting the OnSubmit Javascript method in the form is unavoidable before POSTing. Is there any way to bypass this OnSubmit at the client side and send the values directly to the server?