Support

Account

Home Forums General Issues Conditionally display textarea contents only to those users chosen from Us Reply To: Conditionally display textarea contents only to those users chosen from Us

  • What is the return value set to for the user field?

    You either have to set it to return “User ID” or you have to get the unformatted value

    
    $allowed_users = get_field('allowed_users', false, false);