hi there,
I have made a repater field in ACF Pro. here there are 2 columns: Text and Options dropdown.
The options drop down field has 2 values (url : label)
when selecting label as output i get the text as output. all looks good.
what i need now: i want to switch to array to get both values with dc. but i haven’t managed to get both values separately yet. when i try to find out with {{dc:looper:debug_consumer}} which values i get, i see at the said field only the url without the text?
Index: 0
Current Data:
array(2) {
["field_604e0b532136b"]=>
string(1) "2"
["field_604e0b882136c"]=>
string(60) "https://url..........."
}
field_604e0b532136b = the text field
field_604e0b882136c = the options dropdown with url:label
how can i get single values from field_604e0b882136c ?
thank you in advance
harry