Support

Account

Home Forums ACF PRO Using object from repeater Reply To: Using object from repeater

  • Hi @mitrovics

    I’m still not sure about the setup of your custom fields, so forgive me if I’m wrong. I believe you can get the id using something like this:

    $ligging_id = get_field('project_for_apartment', false, false);

    I hope this helps.