SubmitLocker documentation
SubmitLocker disables all submit buttons in a form when the form is submitted. This helps you protect your system from eager user who like to click buttons several times if they don't get an instant response.
Example
<form action="/docs/submitlocker" class="submitlocker" method="post">
<p><input type="submit" id="submitlockersubmit1" name="submitlockersubmit1" value="Submit <input type="submit">" /></p>
<p><button type="submit" id="submitlockersubmit2" name="submitlockersubmit2" value="1">Submit <button type="submit"></button></p>
</form>
Settings
Valid elements
form elements
Classname
submitlocker
Attributes
None
CSS parameters (what's this?)
None