Answer the question
In order to leave comments, you need to log in
How to quickly set up Funnel Tracking for Wizard?
Hello colleagues.
I have a wizard on the page (this is when the form is broken into steps-slides).
I want to measure at what step of the wizard the visitor falls off.
I use this script for the wizard - https://github.com/oguzhanoya/jquery-steps
And here is the HTML form code:
<form>
<div class="step-app">
<!--Слайды визарда-->
<ul class="step-steps ipsBox ipsBox_transparent">
<li><a href="#tab0"></a></li>
<li><a href="#tab1"></a></li>
</ul>
<ul class="step-content">
<li id="tab0">
Слайд 1
<input>
<input>
</li>
<li id="tab1">
Слайд 2
<input>
<input>
</li>
</ul>
</div>
<!--Кнопки переключения между слайдами визарда-->
<div class="step-footer">
<button data-direction="prev" >Назад</button>
<button data-direction="next" >Далее</button>
</div>
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question