Hi,
I am trying to validate email address from a outside API. I am doing it with Ajax. On cross domain ajax does not allow synchronous processing. Due to this problem form is not waiting for the results from outside call and submitting the values. Is it is possible that form waits for the results ?