I have a survey that we are using as an interactive document, it will not collect or store data. (I'm not sure if this is relevant, I'm just hiding the submit button.)
There are 3 options for each question; yes, no, maybe
If every answer is 'no' I want to display a message
If there is one 'yes' or one 'maybe' answer to any of the questions I need to display a different message
I would like all of the questions to show at one time.
I have this working exactly how I want it to in our testing portal, using a feature service from our SQL database, and Survey123 Connect.
I cannot get it working in our preferred production portal; which is an AGOL account and a hosted feature service/Survey123 web.
In AGOL I've got it working one question at a time, but it stops progressing as soon as a yes or maybe is chosen, I can make it progress on 'no' through all the questions.
> if yes show "true note" and if maybe show "true note"; If no show next question
OR I can get all the questions to show by removing the show next question option, but if there are 'yes/maybe' and 'no' answers it shows both messages (which are contrary and will only be confusing to the public user).
The document this is based on is not public yet, so I cannot share a live link to the survey here.