Implementing a Dynamic Dropdown Option Based on User Join Date

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

You can set up the “List of Numbers” in something like this:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.