Dynamic dropdowns

In my register form flow I have two dropdowns that ask what car brand and car model they are driving.

Screenshot 2021-10-21 at 10.27.43

These two fields are linked to a collection/database so they are populated automatically.
What I would like to achieve is when a user choses for example ‘Alfa Romeo’ in the first dropdown, only the car models of the car brand ‘Alfa Romeo’ should be visible in the car model dropdown.

Is that something that is possible in Adalo?

Thanks,
Jan

Yes you can do it by inserting an hidden text field on that screen. When you select “Alfa Romeo”, the action should be - change imput value - Set equal to Alfa Romeo. Then on the second selector, filter it like - car manufacturer = imput field value.
Hope that helped

2 Likes

Great, worked like a charm.

Thanks for the quick and correct response, Eugen!

1 Like

Great ! Glad that helped

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.