Member Labels on front end

Hi,

It would be great to be able to interact with member labels on the front end.

For example, if someone has the label “VIP”, you could use handlebars to show content only to them.

{{#if @member.label "VIP"}}
  Content
{{else}}
  Different content
{{/if}}

This would be so incredibly useful — for instance, on a member profile page I’d love to be able to show something for users with a specific label, or maybe to promote content/newsletters for segmentations to which a member isn’t subscribed.

2 Likes

Also, if you use the label for email preferences (e.g., Multilingual content), it’d be astonishing to displays some labels and allows for updates from the frontend (not only on signup form)