Hi Priya,
Here are answers to your questions (in order). Since you're looking for website-only integration:
1. Integration with WizRocket will track users with web cookies. Each unique user is identified by a cookie.
2. You could make 'Submitted Form' an event (i.e., when the user clicks a button to submit the form) and track the number of such
events that occurred. If the user provides an email ID in this form, you can do a profile push with the email ID in order to track
this user, going forward.
3. You could make 'Launched Form' (has the user opened the form?) or 'Started Filling Form' (e.g., has the user placed their text cursor
in one of the form fields?) events and track those. You have to program them on your end to send these events.
You can add events and properties as appropriate for your needs.
5. You can use our web notifications capability to render appropriate messages based on user behavior.
6. If you have a form for the poll or survey, you can create a 'Survey Submitted' event and do a profile push of this event
and its properties (i.e., the user's interests captured in the form) so they can be saved.
Thanks,
Support