Jan 12 2024 10:07 AM
I am creating a form where users will input the forecasted # of units they plan on ordering. In section 1, I ask the user to pick a 'Beginning Period (month/year)' when they will start ordering. In the next section, I would like for there to be 12 questions, one for each month of the year. I would like for the first question to be the month/year that the user input for the 'Beginning Period (month/year)' question. For example, if the user answered Jun-25 for the Beginning Period, I would like the questions to ordered by:
June-25
July-25
Aug-25
Sep-25
Oct-25
Nov-25
Dec-25
Jan-26
Feb-26
Mar-26
Apr-26
May-26
Is it possible to reorder the questions and change the year in section 2, based on how the user answered the 'Beginning Period (month/year)' in section 1?
Thanks!