1.1.14 add YandexMetrika tag for feedback form v3
This commit is contained in:
@@ -5,14 +5,15 @@
|
||||
|
||||
<form
|
||||
class="clear_form"
|
||||
|
||||
onsubmit="ym(97070898,'reachGoal','Message'); return true;"
|
||||
id="feedback_form"
|
||||
{% if page.url == 'contacts' %} data-name="msg_from_contacts"{% endif %}
|
||||
{% if page.url == 'about_service' %} data-name="msg_from_about_service"{% endif %}
|
||||
{% if page.url == 'customer_service' %} data-name="msg_from_customer_service"{% endif %}
|
||||
|
||||
{% if form.form_name %}data-name="{{ form.form_name}}"{% endif %}
|
||||
>
|
||||
{% if form.form_name %}data-name="{{ form.form_name}}"{% endif %}>
|
||||
|
||||
<div class="left_inputs_form">
|
||||
<div class="inputs_l">
|
||||
<input name="name"
|
||||
@@ -81,8 +82,4 @@
|
||||
</form>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
@@ -11,8 +11,10 @@
|
||||
|
||||
<form
|
||||
name="registration_form"
|
||||
method="POST"
|
||||
|
||||
onsubmit="ym(97070898,'reachGoal','Registration'); return true;"
|
||||
method="POST">
|
||||
>
|
||||
{% csrf_token %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user