We regularly use Modals to display cast photos and biographies for theatre shows.
At the moment, we set the same image as the image Toggle and then set it again inside the modal.
The same with the actor name and role - we set it on the Toggle and then again inside the modal.
This means that every time there’s a change or a new biography to add, we’re updating the same information in two places.
Since we are already saving the information once in the Toggle fields, is there a way to access this data and pull it into the modal via the meta custom field or similar?
Thanks!