Hello,
I am trying to use dynamic content in the subject line based on the values in "gender" field. Gender field can have 3 values:
Male
Female
Default
I was trying to use this but it's not working:
Hello <%if(context.profile.gender=='Male'){%>
Gentlemen<%} else if(context.profile.gender=='Female'){%>
Ladies<%}else{%>Everyone<%}%>, Season Sale ends today!
Any tips/ideas how to edit this?
Thanks!
AK
Solved! Go to Solution.
Views
Replies
Total Likes
The "native" way to do this would be to use Dynamic Content.
You can enable that also for subjects with the icon below the subject text:
Views
Replies
Total Likes
The "native" way to do this would be to use Dynamic Content.
You can enable that also for subjects with the icon below the subject text:
Views
Replies
Total Likes
Views
Replies
Total Likes
Gender is stored as an integer in the DB. So you may need to check for "1" = Male, "2" = Female, or "0" = unknown.
Views
Replies
Total Likes
Hi @Sarim60660,
Were you able to resolve this query or do you still need more help here? Do let us know.
Thanks!
Views
Replies
Total Likes