Hi, Could anyone advise on the below please, ...

Hi, Could anyone advise on the below please, I want to try and apply some logic to the flow, i.e if a user answers with a particular response ‘do this’…

A. Did you install the stand? (Responses ‘yes’, ‘no’)

If ‘yes’ go to next question, if answered ‘No’,

another question / text field appears (or is accessible) and this is required.

Many Thanks,

Tony

If question A

0 1 293
1 REPLY 1

For the respective questions that you want to appear as per the user’s reply use below expressions in both Show_if and Required_if property of the respective columns:

For YES reply:

=[InstallQuestionColumnName]=“Y”

For NO reply:

=[InstallQuestionColumnName]=“N”

Top Labels in this Space