diff --git a/djangocms_forms/templates/djangocms_forms/form_template/default.html b/djangocms_forms/templates/djangocms_forms/form_template/default.html index 007e95c..40b3a23 100644 --- a/djangocms_forms/templates/djangocms_forms/form_template/default.html +++ b/djangocms_forms/templates/djangocms_forms/form_template/default.html @@ -49,7 +49,7 @@ var form = { {% endif %}
-
+ {% for field in form.visible_fields %}
diff --git a/zsite/static/js/snippets.js b/zsite/static/js/snippets.js index c3da839..1c9d7cd 100644 --- a/zsite/static/js/snippets.js +++ b/zsite/static/js/snippets.js @@ -96,7 +96,7 @@ detectRegion = function() { $(function() { $( "[href^=mailto]" ).click(function() { yaCounter950321.reachGoal('EmailClick'); - ga('send', 'event', 'Communication', 'email'); + ga('send', 'event', 'Communication', 'email', document.title); }); $( "[href^='#service-form-submit']" ).click(function(e) { diff --git a/zsite/templates/form_template/consultation.html b/zsite/templates/form_template/consultation.html index 119d5b4..0e6907e 100644 --- a/zsite/templates/form_template/consultation.html +++ b/zsite/templates/form_template/consultation.html @@ -18,7 +18,7 @@
{% endif %}
- +
@@ -97,7 +97,7 @@
- +
diff --git a/zsite/templates/form_template/order_modal.html b/zsite/templates/form_template/order_modal.html index 466c585..c5c4c57 100644 --- a/zsite/templates/form_template/order_modal.html +++ b/zsite/templates/form_template/order_modal.html @@ -22,7 +22,7 @@
{% endif %}
- +
@@ -101,7 +101,7 @@
- + {% if request.LANGUAGE_CODE == 'ru' %}

Вы можете обратить к нам с вопросом или заказать услугу «{{ instance.name }}»

{% else %} @@ -120,7 +120,7 @@ angular.element($('.order-form')[0]).scope().open({{ instance.id }}); yaCounter950321.reachGoal('OrderOpen'); - ga('send', 'event', 'Service', 'order_open'); + ga('send', 'event', 'Service', 'order_open', document.title); }); consultation_link = true;