I need a dropdown option that dynamically displays year options based on the user’s membership start date up to the current year. For instance, if a user joined in 2020, the dropdown option should include the following years: 2020, 2021, 2022, 2023, 2024, and 2025. Could you please guide me on how to implement this functionality? Thank you.
Use the ‘list of numbers’ element from the ToolBox plugin to generate the list of years, then use that list in your Dropdown.
2 Likes
ruiz86
3
You can set up the “List of Numbers” in something like this:
1 Like