Support

Account

Home Forums General Issues User Field – User ID Reply To: User Field – User ID

  • Hi @higgypop

    If you select a multi-select, the value from get_field will be an array containing multiple user arrays.

    You will need to loop through the first array and check then match the sub array ID

    Some simple var_dump debugging will help explain how the data is structured

    Thanks
    E