Date of Birth Drop Down in User Profile

Encountered this from a couple of successful app by Adalo. Saw the date of birth drop down in the user profile. Does anyone has any insight how to implement this?

Would be great if the experts can make a tutorial or offer the steps here.

Screenshot 2021-03-02 at 3.14.58 PM

Its very simple:

  1. Have a collection called “BirthDateEntries”.
    → Name = Drop Down List Part (e.g. “Day”, “Month”, “Year”)
    → Number = Number of the field value
    e.g.: Day - 1, Day - 2, Day - 3 or Year - 2020, Year 2019

  2. Add the Drop Down Fields

  3. Label = Number
    DropDown-Field “Day” ==> MenuOptions “BirthDateEntries” and Filter Name is equal to “Day”
    DropDown-Field “Month” ==> MenuOptions “BirthDateEntries” and Filter Name is equal to “Month”
    DropDown-Field “Year” ==> MenuOptions “BirthDateEntries” and Filter Name is equal to “Year”

  4. Update / Create the user will get the Form Value “Number” and save that into the user collection.

@mazze Thank you so much, let me try it out and feedback. Do you have a cloneable sample by the way?

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