Solved
Forum Discussion
ChiaraS
11 years agoLithium Alumni (Retired)
hi iftomkins
you can try the following to target partially registered users:
<#if user.anonymous == false && user.registration.complete == false > ... </#if>
Sign in to react to this post
iftomkins
11 years agoMaven
Thanks! The solution worked perfectly.
Sign in to react to this post