I need to grab userinfo from a specific field to be used in the templates. Would the correct syntax be:
to get user information and insert it somewhere like
Code:
<div style="background-color:$userinfo[field6];">
and on the field name do I use the id or name?
Right now using the above code I get:
Code:
<div style="background-color:;">
It isn't grabbing the profile field.