Thanks, but I don't think that shows me what I need. I am having a hard time wording what I need.
What you posted is showing me what the user already has stored for their custom profile fields (userinfo.field12).
I need to display the custom profile field input variable BEFORE the user has saved any selections. More specifically, this will be on the new user registration page.
By default, vB registration page will show all the custom profile fields in a group. I need to move the different custom profile fields individually to other locations on the page. So I need the code for individual custom profile fields. Right now, register template uses "{vb:raw customfields_option}" to show all custom profile fields. I need to break it up.
Does that make sense?