I am trying to pass the contents of an ACF field to gravity forms via a URL. This is the example I’ve found, however, it delivers “ACF-field” to my form rather than the value of the ACF field value. How do I append the value of a specific field to the end of the URL?
<a href="http://myurl.com/contact/?GFfield=ACF-field>
REQUEST INFO ABOUT THIS PROPERTY</a>
My ACF field is “list” so I’ve written it like this, but it delivers the word “list to my form – not the value.
<a href="http://myurl.com/contact/?list=list>
REQUEST INFO ABOUT THIS PROPERTY</a>