Hello,
I have a repeater connected to a database. It shows trips, trip month, availability, price, etc. I have some codes connected to it under dataset.onReady and repeater1.onReady. where if, for example, 1 space is left on the trip, the availability color is red. If Full, then the booking button is not shown, and “Sold Out” text is shown instead, etc.
Now I added a dropdown with months of the year. and connected it and everything is working fine and data changes based on user selection and all. Except… the coding I made inside the dataset and repeater does not show anymore. So when full, the booking button still shows, availability does not change color based on number of spaces left, etc.
How can I make my code work after the user changes date from drop-down as well?
Thanks