Hello Bubble community !
I’m new to Bubble and I’m struggling with the following :
I have a searchbox_localisation in index page displaying cities in France. When the user selects a city, he is redirected to a search results page displaying all the licences for sale in this particular city.
I would like to display all major cities and automatically fill this searchbox when a city is selected.
I have tried to use custom states and passing data via URL parameters but I’m struggling.
When the searchbox_location is filled by user in index page, the data is correctly passed to the search results page, the first item trick provides a correct value and URL for Paris is : https://licentia.bubbleapps.io/version-test/search_results?debug_mode=true&localisation=75%20%3A%20Paris
When the Paris group is clicked, the first item trick is empty and URL for Paris is :
https://licentia.bubbleapps.io/version-test/search_results?debug_mode=true&localisation=75%20%3A%20Paris
I feel that it’s a text vs value issue but I really don’t know how to solve this !