How would you target only specific form ID’s?
This is an issue with the Post Object as well. I was able to overcome it by adding all taxonomies to the taxonomies field vs leaving that field blank to “all taxonomies” – also had Relevanssi enabled.
You should just do a map with multiple markers and loop through your locations.
Nevermind, I solved it. Just had to run the repeater again below.
Interesting timing. I had this same problem… I got this to work by adding just a little tweak.
Change:
<h2><?php echo $term->slug; ?></h2>
To:
<?php echo $term[0]->slug; ?>