I use a custom field, "favorite_character" in one of my fanlistings. The form displays fine (and collects data) on the Join page, but on the Members page, it just says Favorite Character: and beside each member, that space is blank.
I thought it might be because of the website template, which has it configured this way:
<p><b>$$fan_name$$</b><br />
$$fan_email_generic$$ - $$fan_url_generic$$
<br />
Favorite Character: $$fan_favorite_character$$</p>
I tried stripping out the "fan_" prefix, but that just resulted in the actual code from the template showing on the Members page. Is there any reason why it wouldn't be displaying each members' favorite character? Where should I start to try and figure this out?