Lynne, Here is my code:
{vb:data userInfo, user, fetchProfileInfo, {vb:raw conversation.userid}}
<vb:if condition="$userInfo['field6']"><li><label>{vb

hrase field6_title}:</label> <span>{vb:raw userInfo.customFields.default.field6_title.val}</span></li></vb:if>
It is working perfectly to show TEXT put in the field. I would like to put a URL in the field and have the word Feedback linked to that URL. Can you help. This seems like I should be able to do it easy peasy... and my mind is drawing a blank. TY TY
--------------- Added [DATE]1393213800[/DATE] at [TIME]1393213800[/TIME] ---------------
LYNNE! You ROCK! Ok, I figured it out! I was also able to add a second value after the link! *YAY* *YAY*
PHP Code:
{vb:data userInfo, user, fetchProfileInfo, {vb:raw conversation.userid}}
<vb:if condition="$userInfo['field6']"><li><label><a href={vb:raw userInfo.customFields.default.field6_title.val}>{vb:phrase field6_title}</a>:</label> <span>{vb:raw userInfo.customFields.default.field7_title.val}</span></li></vb:if>
we will have to manually update these values, but until there is a mod, this will work. Muddling through!
Thanks again LYNNE for your help!