Tracking form submissions/user registrations | Community
Skip to main content
vs_jain
New Participant
July 13, 2017
Solved

Tracking form submissions/user registrations

  • July 13, 2017
  • 1 reply
  • 1118 views

Hi all,

I am trying to track # of visitors who registered on a website via some kind of form submission. Do you know which variable or element should be used for this?

Thanks as always!

Regards,

Vishal

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Hyder_Ziaee

Hi Vishal,

You can have an evar collected on the form submission with the visitor ID of sorts.

You can then use this evar and its instances to track the # of visitors and also their activity on site.

1 reply

Hyder_Ziaee
Hyder_ZiaeeAccepted solution
Employee
July 21, 2017

Hi Vishal,

You can have an evar collected on the form submission with the visitor ID of sorts.

You can then use this evar and its instances to track the # of visitors and also their activity on site.

JyotiSharmaV
New Participant
April 13, 2021
@hyder_ziaee I have the click event rule implemented in launch to track # of visitors who registered on a website via some kind of form submission. But in debugger I am seeing even if the form is not filled & just random click on submit button is triggering the event to fire. So, How can I track successful submissions only. Just FYI no url change after successful submission, Just Thank you message appears. Looking for the solution