logic/flow question? | XM Community
Skip to main content

Hello,

I am creating an application for funding support to attend a conference. Applicants will need supervisor approval to attend. One of the questions asks if they have their supervisor’s approval. If they select no, the next page tells them to seek supervisor approval before continuing the application. I want to re-ask the question to confirm they have supervisor approval, and if they continue to select no, have the question and message repeat until they select yes. Is this possible?

@gilbertjam,

I’m not sure exactly what ‘directs them to a message to seek approval from their supervisor’ looks like, but you can prevent respondents from moving forward either by:

  • Using custom validation to make ‘Yes’ the only valid answer
  • Using JS to disable the next button until ‘Yes’ is selected

@gilbertjam I would agree with @TomG  that disabling button would be a better respondent experience but if you need to ask the question again, you may create a logic for looping. Something like this for logic

Branch If:
Question - "Do you have your supervisor’s approval?" - Selected Choice - Is Equal to - No (or value 2)

 Please let me know if you need more details.


Leave a Reply