• Hi there, I have implemented a registration form with many custom, extra profile fields. I imported the information with the ‘Import users from CSV’ plugin and I have successfully used this great plugin Ultimate Member to create a form, login, and profiles. I am in need of a little help- and possibly a function.

    I have option buttons as Yes or No, and multi check boxes. These are saving as “Array” in the text fields I have for these extra profiles. What can be done to save as the actual value selected, and not array?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem with my search form the user id and meta combined output

    practice-type: ARRAY

    instead of

    practice-type: in-patient


    the cyurrent code is:

    $cat = get_user_meta(get_current_user_id(),’practice-type’ , true)

    fixed here is the solution

    $cat= get_user_meta(um_user('ID'), 'practice-type' , true);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra profile field (custom user meta) displays as Array’ is closed to new replies.