niroy
17-04-2020
Hi
We are already capturing visitor id information inside our website. We want to pass the visitor id information in a third-party form embedded in our website. Any way of doing that? A good example will be highly appreciated.
Thanks in advance.
Roy
Asheesh_P
MVP
18-04-2020
Hi Roy,
Store vid in a session cookie or in a local storage, read it to pass in a hidden form field when user submit it.
Thanks,
Asheesh