Support

Account

Home Forums General Issues Get select field label within repeater Reply To: Get select field label within repeater

  • Hi @elsmore

    For nested fields such as your select field, you will need to make use of a repeater loop. This can be achieved by using the have_rows() loop and then call the select field within this by making use of the get_sub_field() function as described on this page: https://www.advancedcustomfields.com/resources/repeater/

    I hope this info helps.