Can I display multiple messages if multiple question values are met?

  • cgomolak
    Asked on July 18, 2016 at 2:36 PM

    I have a survey on a scale of 1 - 7 and I want to give feedback to the user based on each individual answer in the thank you page based on what they chose. if they chose 4 or below then I want to give them one set of feedback and different feedback for 5 and above. Is there any way to write a sentence instead of just copy a value?

  • victor
    Replied on July 18, 2016 at 3:27 PM

    If I understand you correctly, you would lie to add a comment in the thank you page. This would vary depending on what the user selected in the survey.

    A possible solution would be to add a hidden text field in your form. Using the UPDATE CALCULATED FIELD VALUE condition, you can place a comment in the hidden text field

    Can I display multiple messages if multiple question values are met? Image 1 Screenshot 20

    Next you just have to add the hidden field in the thank you page so user can view the comment.

    Please let us know if that helps.