Hi All,
We have a form that has about five sections and we have events such as form starts, section starts and section close and so on. These events fires on the exact events but also keeps firing on every subsequent hit.
Example
step 1: Visitor opens the form
Events: Event 1 (Form Starts) and Event 2 (Section Starts), Evar 1 (Section 1), Evar 2 (Form Name)
Step 2 customer finishes filling the first section
Events: Event 1 (Form Starts) , Event 2 (Section Starts) , Event 3 (Section Completed) Evar 1 (Section 1), Evar 2 (Form Name)
Step 3: Customer starts the next section by expanding the acordion
Events: Event 1 (Form Starts) , Event 2 (Section Starts) , Event 3 (Section Completed), Event 2 (Section Starts) Evar 1 (Section 2), Evar 2 (Form Name)
Now in this example I want to be able to clear the the Evar 1 after each event hit but want to persist Evar 2 till the form completion event.
Also want to fire form starts only once along with the Evar 2 form name
how do i go about it?
and so on
I want to be able to