Update logged-in user gender dropdown

I have 2 collections: user and gender. Inside my user collection, I have a text property field called gender.

I would like users to be able to update their gender but using a dropdown. Currently, the form component only allows updating via typing manually.

Is it possible to have a dropdown inside the form instead?

Hi @ianbong90 :wave: :wave:

You mean like this?

Thank you :blush: :blush:

Yes exactly!

I have found the solution: need to add a relationship type property inside my “user” collection.

Thank you for replying.

1 Like

Yes you are right. Add a relationship property.
Many to one .

Your welcome @ianbong90