Dynamic Form Fields

I have created a Form in my adalo app.I want dynamic fields in my form.I have two dropdown in my Form.when users select a option in the first dropdown ,i want the 2nd dropdown’s options will come based on that selection of users on previous field…can it be possible here?

sure its possible

just relationship

Please help me out in detail description …Flat owner -database “users” has one to many relationship with Expected Guest-database"Internal"…i want when a user selects a particular flat owner the expected guest list will show the internal members of that particular flat owner…now expected guest list shows all members of “Internal” database.


Hi @moupriyadey1998,

You can’t do it in the Form component, but you can implement this using 2 separate dropdowns. Just add a required filter to the 2nd dropdown (filter will depend on the value from 1st dropdown).

Best,
Victor.

HI @Victor,
Thank you very much for your helpful reply.

1 Like