Add dropdown menu to edit profile

How do you do that?
I want to have users select from options in specific categories.
For example: Pet owner
Option 1 none
Option 2 cat(s)
Option 3 dog(s)

Create a collection of Pets. Make a relation with users and choose the second relations. then when updating profile, add a visible field in the form which is the Pets.

When doing that you’ll see the dropdown menu appearing

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