Field - A list of questions will appear in a drop down box. Select the question that you want to base the condition on.
Compare - A list of comparisons will appear in the drop down box. Select the comparison that you want the condition to be.
Value - The value that the comparison will evaluate. Text values must have a single quote (') around them.
Text to print if the comparison is true - The text that is printed when the comparison is true. Single quotes ARE needed around the text.
Text to print if the comparison is false - The text that is printed when the comparison is false. Single quotes ARE needed around the text.
Field - What animal down you own?
Compare - equal to
Value - 1
Text to print if the comparison is true - 'You own a cat'
Text to print if the comparison is false - Leave blank
Field - Do you have a mortgage?
Compare - equal to
Value - 1
Text to print if the comparison is true - 'Yes'
Text to print if the comparison is false - 'No'