Forum Discussion
Mattpx
Guide
Hello VarunGrazitti
Thank you for the answer. The community uses the Lithium login, I first tried what you suggested with the url but I couldn't find anything in the admin to edit/add an success url/page, that's why I ended up adding the JS code on the registration page itself. Unfortunately there is no parameter in the url that I can use to "detect" a success:
Registration URL(s): https://community.mydomain.com/t5/user/userregistrationpage?dest_url=https%3A%2F%2Fcommunity.mydomain.com%2F or https://community.mydomain.com/t5/user/userregistrationpage
After registration: https://community.mydomain.com/
Is there something I can do with FreeMarker?
<#if "user first login" >
// Tracking code here
</#if>
Thank you,
Matt
VarunGrazitti
8 years agoBoss
Mattpx - Sure, you can see if the user login count is 1.
Related Content
- 7 years ago
- 5 years ago