diff --git a/bin/Controls/SimpleContact.js b/bin/Controls/SimpleContact.js
index da2a6f58f1f555ba3a6ba091517afaeffe77e191..01c01e0e867bc141d479c59e86a6fa35fda8a49b 100644
--- a/bin/Controls/SimpleContact.js
+++ b/bin/Controls/SimpleContact.js
@@ -56,7 +56,9 @@ define('package/quiqqer/bricks/bin/Controls/SimpleContact', [
             var Button = this.Form.getElement('.quiqqer-simple-contact-button');
 
             if (Button) {
-                Button.addEvent('click', function () {
+                Button.addEvent('click', function (event) {
+                    event.stop();
+
                     if (self.$captchaRequired && !self.$captchaResponse) {
                         QUI.getMessageHandler(function (MH) {
                             MH.options.displayTimeMessages = 2000;