How can I display conditional text based on the answer to a previous question?
You can use conditional logic placeholders to insert text into a question based on the response to a previous question.

For example, let's say we have a question that asks the respondent for the gender. Our question code is gender. We have two answers, one with the answer code of "M". 

Based on the above, in a subsequent question, we can insert the following conditional placeholder into our text:

Dear {if(gender=='M','Mr.','Mrs.')} Brown

The above example checks the response to the question with the question code value gender to see if it equals "M". If it does equal "M" then we display Mr. If it doesn't equal "M" then we display Mrs.


213 of 453 people found this helpful.   




Powered by LiveZilla Helpdesk