Is there a way to prevent a form getting submitted more than twice. Some people have a tendency to click twice or more on the submit button. I tried changing the 'Submissions limit' parameter in the 'general tab' form editor, but it didn't help. I noticed that the problem is with IE.
I tried using:
But then I get no database record.
I tried using:
<input type="submit" onclick="this.disabled = true" value="Save"/>
But then I get no database record.