Double click or Multiple clicks of a forms ‘Submit’ button could result in the form being submitted twice. Depending on the action of the form this could in turn send two enquiries, create two orders or insert a record into the database twice, and we don't want that.
So, Dolphin how to prevent double click on submit button? for example...
JavaScript: Preventing Double Form Submission
Maybe we will need such a feature. for Dolphin 7.3.5 new_topic.xsl is...
<input type="submit" name="post_submit" value="[L[Submit]]" onclick="tinyMCE.triggerSave(); if (!f.checkPostTopicValues(document.forms['new_topic'].topic_subject, document.forms['new_topic'].topic_text, document.forms['new_topic'].signature, document.forms['new_topic'].forum, true)) return false;" class="bx-btn" />