G
Gator
Guest
I made two Custom User Fields
User Field "Alpha" = Text (Name input)
User Field "Bravo" = URL
In User Field Alpha, I added some "Value display HTML" like this
<a href="{$visitor.customFields.Bravo}">{$value}</a>
But when I look at the message/post (under user info), the text displays but the link doesn't work because it is not pulling the information/data from "Bravo". If that makes any sense
Continue reading...
User Field "Alpha" = Text (Name input)
User Field "Bravo" = URL
In User Field Alpha, I added some "Value display HTML" like this
<a href="{$visitor.customFields.Bravo}">{$value}</a>
But when I look at the message/post (under user info), the text displays but the link doesn't work because it is not pulling the information/data from "Bravo". If that makes any sense
Continue reading...