I’m attempting to create a dynamic navigation for a website builder. Feels like this should be fairly simple but I’m getting hung up and would appreciate any suggestions. Use case:
creating a website builder
users can create website pages
a website page has a lookup field “parent website page”
a website page has a “list of child website pages”
I’m looking to now display a navigation menu that allows the user to see the website page, then hover to see child website pages.
Haven’t been able to do this natively on bubble, haven’t found a plug-in, and haven’t found a template that accounts for this. Suggestions???
[PROBLEM 1] When using a focus group, I am unable to reference the content inside of a repeating group
[PROBLEM2] Here I have a repeating group “website pages”. When I attempt to display the “list of child pages” in a repeating group within this cell, I am unable to reference the “website pages” current cell
So for this one, if you are using a focus group inside of a repeating group, you will have to have the data inside of the repeating group as a reusable element. Then drop it into the repeating group. Then you will have access to the data you need. Like this example: Dropdown Menus on Repeating Group Cells - #3 by eli