Open igelinas opened 6 years ago
hey @igelinas can you send me a piece of code to understand better what you want to do? thanks 👍
Well, it's quite simple in fact 👍 @foreach($member->acf->select('tasks') as $task) {{ $task }} @endforeach
In ACF, my tasks are setted as value : label
ex : task-1 : Task One
$task display the value (task-1) but I can't access the label (Task One).
But maybe the programming isn't done yet...
Let me know :)
Thanks!
(oh and btw, the return format in ACF is Label)
Hello, @igelinas have you found any solution to this problem? I'm facing the same difficulty. Thank you!
Hello!
Is it possible that the label is not accessible on a Select field? I only get the value.
Thanks! Isabelle