Tell us what you are trying to do?
I have a CPT Members and a one-to-many relationship with CPT Addresses. I want to display member custom fields info on map markers. I have input Address for Map custom field as the Post Source from Parent:Address.
Is there any documentation that you are following?
Is there a similar example that we can see? I can display markers on map from Address for Map Field: hidden link
What is the link to your site? hidden link
Hello and thank you for contacting the Toolset support.
If I understood well you want to implement nested views and display the markers from the child posts(Addresses) right?
You want to have a view that returns members, and inside of each view, display the addresses of each member on the map, right?
Currently, nested views are not available in the blocks editor. You need to activate the legacy editor too, in Toolset->Settings->General(tab)->Editing experience. Then, build the map and the views in the legacy editor.
Check the available shortcodes for views and maps here:
- https://toolset.com/documentation/programmer-reference/views/views-shortcodes/
- https://toolset.com/documentation/programmer-reference/maps/maps-shortcodes/
If you need further assistance with that, please allow me temporary access and I'll build an example for you. Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **
Thank you for the solution. I was able to display markers using the legacy views editor.