Hello Toolset Support Team,
Tell us what you are trying to do?
I have an Events custom post type.
Each Event can have multiple locations, stored inside a Repeatable Field Group (RFG) created using Toolset Types.
The RFG fields are:
Location Name (location-name) – text
Location (location) – Address field (Toolset Maps)
Location Notes (location-notes) – textarea
---
What I want to achieve is:
Display all locations from all Events on a single map
Each row of the Locations RFG should appear as a separate map marker
This should be global (i.e. not tied to a single Event page)
Marker popup content
Location Name
Location (address)
A link like “View all events at this location”
This can either open a filtered Events list below the map or go to a new page
Optional search
Ability to search locations by Location Name or Address
I am currently using Legacy Views and Toolset Maps.
The problem I am running into is that Views return no results when trying to display locations globally.
It appears that Views always expect a post context (owner), and there doesn’t seem to be a clean, documented way to query all RFG rows across all parent posts in a single View.
At the moment, it feels like there is no logical way to display locations independently of querying Events, even though the map markers conceptually belong to the RFG rows rather than the Events themselves.
---
Is there any documentation that you are following?
Yes, I have followed this lesson:
https://toolset.com/course-lesson/displaying-a-list-of-posts-on-a-map/
However, this documentation assumes:
A single Address field per post
It does not cover:
Address fields stored inside a Repeatable Field Group
Displaying multiple locations per post
Displaying all RFG locations globally on one map
I could not find official documentation that explains how to handle Toolset Maps with RFG-based address fields in a global context.
---
Is there a similar example that we can see?
I do not have a working public example yet, because the Views are returning no results.
Conceptually, the desired output would be:
One map
Markers created from each RFG row
Marker popup shows RFG field values
Clicking the popup link shows all Events associated with that location
If Toolset has an internal or demo example of:
Maps + Repeatable Field Groups
Or querying RFG rows across multiple posts
that would be extremely helpful.
---
What is the link to your site?
I can provide the site URL privately if needed.
Please let me know if you also need:
Screenshots of the View settings
Field group configuration
Or a temporary login for debugging
Thank you for your time. I’m happy to adjust the data model if there is a Toolset-preferred approach—I just want to make sure I’m not fighting the system or relying on unsupported behavior.
Best regards,
Alok Sharma