Hello,
New here, Just a quick question as I haven’t managed to find the answer.
Is it possible to add a dropdown list to the sign up page? I’ve watched a number of videos and looked around the net, but I can’t seem to find out if it is possible.
Yes of course, just add a collection in the database containing the possible data in the dropdown, and let it have the “second relation” with users, and then go to the sign up form and add a visible field which will be that created collection
If it is the Form Component you can create a relationship property from another collection ( the collection that you have added the records that has to show in the drop down ) with the Users collection and add that property on the form. If it is a Custom form you can add a drop down component.
Thank you for your reply. I think I must be doing something wrong as I can’t seem to get it to do what I want it to do. I’ll keep playing with it until I get it to finally work.