I have four colour fields in $site. I want to fetch the colours using a find or toString method.
- $site→pink()→value() is “#ff4afd”
- $page→collection()→value() is “pink”
- $colour = $page→collection()→value()
How do i transpose the value of $site→$colour()
thanks