From cd1e4e626fcec601e6cea612c299afc14cf11605 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Nov 2017 19:17:58 +0200 Subject: [PATCH] -Form custom event --- frontend/web/js/modal.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/frontend/web/js/modal.js b/frontend/web/js/modal.js index f66a264..02d6efd 100755 --- a/frontend/web/js/modal.js +++ b/frontend/web/js/modal.js @@ -60,6 +60,7 @@ $( success: function(data) { f.reset(); if (data.type == 'appointment') { + console.log('appointment submitted'); dataLayer.push({'event': 'mainFormSub'}); } // form.replaceWith(data.alert) -- libgit2 0.21.4