> $.ajaxSetup({async:true}); I added that at the top of the $(document).ready(function() function, but I'm still getting the same result.
> Btw, i work a lot with ajax and i've never had this problem. I'm wondering if maybe I'm not describing this problem properly... I feel like the trouble I'm having in finding information must be related to my lacking the correct terminology. The form is being submitted asynchronously in the sense that the interface can still be used before the results are received, but subsequent calls aren't made until the result of the first call is returned. I've had a bit of experience in setting up AJAX forms in the past, but I've never had a situation where the same form needed to be submitted multiple times in a concurrent fashion. Thanks again!