I'm using jQuery Form Plugin on a site for getting details from a user. When pressing "submit" sometimes I'm recieiving duplicate e-mails to my gmail account. I've tried to debug it by sending forms from different browsers, but my tries ended up in 1 mail, others give me 5 duplicated emails. Duplicate emails are "sent on the same time".
Regarding to double-clicking, my script hides the button after clicking on it, so that's not our problem.
I'm using ajaxForm method.
That's kinda annoying... any help? Is something wrong in my code or maybe a server-side problem?
I think it is happening because of post back,can u provide your code?so that i can tell you exact problem.