How do I get the entire list of label|value pairs for a custom field to use in a custom form? I do not want the label|values for a specific user but all possible label|value pairs as defined in the custom field and as appear on the sign-up form.
I have been puzzling with this for weeks off-and-on.
Assume the custom field is named myinstalnamel_s2member_languages.
Now assume the label|value pairs are:
US English|1001-english
UK English|1002-english
Continental Spanish|1003-spanish
Latin American Spanish|1004-spanish
Norwegian|1005-norwegian
etc. (assume a lot here, not just a few)
I need to, in a custom form, get those label|value pairs to construct (I know how to do this) a custom form that, for example, shows the members who speak the selected language.
get_user_field and get_user_option return the PER USER values but not the full list.