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.
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.
Its very simple:
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
Add the Drop Down Fields
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”
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.