I am trying to call a user field as a link in a custom page.
The user adds their custom link in the user field and it is used to link back to the site using the code below...
Code:
<textarea cols="16" name="textarea" onclick="this.focus();this.select()"
rows="1" style="height: 200px; overflow: hidden; width: 256px;"><a
href=" [Needs to be profile field] "><img border="0" src="logo.png" /></a></textarea>
Any ideas?