I’m creating a looper pulling a custom post type called Programs. Each of those Programs have a ACF Custom Field called Page Link.
Each post in the Looper has a button I want to link to the URL of the page selected in the Page Link field
In the url field for the button, I tried adding the Meta (Custom Field) called page_selection but it only results in displaying the pages number ID rather than the url of the page.
How can I get the URL from the ACF Page Link field into my looper button?