Hi,
I am really struggling with this.
I am trying to set up the feature to "Send notification on user creation" which was one of 2 automations already included in the list after a fresh install.
I want to show some user fields of the newly registered user in the notification email sent to admin
e.g.
A new user has registered:
Name: Fred
Email: Fred@email.com
Gender: Male
Phone: 12345
I have now worked out that what i need for name and email is:
{user:name}
{user:email}
But I cannot work out how to display user gender or phone - these don't work:
{user:gender}
{user:phone}
i have tried
{usertag:7|type:custom|info:receiver}
{usertag:7|type:custom|info:sender}
and they work but they show the data from my admin user not the new registered user
i think that this is what i need
{usertag:7|type:custom|info:current}
but this doesn't work - i just see the tag in the email instead of the data
Oh and I am on v 6.10.3 just installed today
It seems to me that the type of tag that picks up 'current' rather than 'receiver' or 'sender' is not working.