Forum
Events app: linking venues to events
I have added a custom field so I can include a venue with an event. But how can I get at that list of venues in the DB with Perch Events Custom. Reasons:
- I want to plot Events onto a map
- I want to grab the venues and put them into a json file so I can use an autocomplete in the the custom field.
Has anyone done this before? Is it straightforward enough?
Thanks! Mat
You should be able to use the
skip-template
option to get the content back and take it from there.OK thanks Drew. Will give it a try.