Can I dynamically change the questions based on the selected date?

  • plott
    Asked on September 20, 2017 at 3:49 PM

    Is it possible to use conditions to change the questions on my, for example, text boxes?

    For example, I want the user to select a date, then based on the select date, I want my questions to change based on a 2-week window.

    Thank you!

  • Support_Management Jotform Support
    Replied on September 20, 2017 at 4:57 PM

    You can't dynamically change the the questions (field labels) but you can conditionally show/hide them whenever needed.

    The idea is to add all the possible questions on your form and only show them once the condition has been met.

    Following your example, here's how the conditional logic might look like:

    IF Date IS EQUAL TO mm/dd/yyyy THEN SHOW question A

    IF Date IS EQUAL TO mm/dd/yyyy THEN SHOW question B

    IF Date IS EQUAL TO mm/dd/yyyy THEN SHOW question C

    ...and so on.

    Related guides:

    How-to-Show-or-Hide-Fields-Base-on-User-s-Answer

    Hide-or-Show-Multiple-Fields-at-Once