Hello,
My app is a marketplace for guitar tutors. We’re currently limited to lessons in Dublin, but I would like to expand this.
How would one create parent/child pages?
EG we currently have a page www.stringtheories.ie/guitar-lessons
and I want to create www.stringtheories.ie/guitar-lessons/dublin
Can this be done on Bubble?
Any advice would be greatly appreciated
Hi,
just go to data, create a new datatype called cities (or countries) with a field called name where you input what city.
underneath app data add some cities/countries
Create a new page called cities
Then on your homepage have a place where you select your cities in a dropdown that is dynamic (Source: Do a search for all cities), option name: Current cities name.
Then a go button. If pressed it goes to the page cities; make sure to add: send data to page: dropdowns city.
also whenever a lesson is created save its city/country. Underneath lessons have a field called country that is type country.
That way when a lesson is saved it is saved to a country.
So when a user goes to see lessons in dublin they only see lessons in dublin.
then watch this.
hope this helped
pm me if you want more help
check tiplister.com for short tips on bubble & more
1 Like
That’s perfect! Thanks so much @TipLister
1 Like