Hello,
I have a survey and I have a few questions which pop-up a free text field if the user selects Yes to the previous question.
In my report template I only want those free text fields to show up if they user selected yes. Currently no matter what the user selects the free text fields show up in the report template.
I tried below in my report template but the same result.
${if q1 | selected:"yes"}${/}
${specifyq1 | appearance:"multiline"}
I also tried ${/} at the end of the above and tried the choice label and name.
Any ideas on what I am missing to only get the free text specifyq1 to show if the user answered yes to q1 in my Word Report Template.
Thank you.