I have a meta field with the value : “Public, Members”
I put {{dc:post:meta key=“ags_event_eligibility”}} in a text field
Which displays “Public” only
How do I get the complete string output or use a dynamic content looper to display both values?
I have a meta field with the value : “Public, Members”
I put {{dc:post:meta key=“ags_event_eligibility”}} in a text field
Which displays “Public” only
How do I get the complete string output or use a dynamic content looper to display both values?
This works: {{dc:post:meta key=“ags_event_eligibility” multiple=“true” delimiter=", "}}
But how AI knew that I don’t know.
Hi Bill,
Glad that it is working now.
Thanks