This is a fairly specific question, but I am embedding a survey in a dashboard (for review/approval by multiple parties). I would like to add an "approved" yes/no question to the survey (made in connect) that only appears in one dashboard -- not in the regular form, or for the other dashboard.
My idea here is adding another hidden text question, and using that in the relevant column for the "approved" field (i.e. for_approval="yes"). Then I would use the url configuration with mode=edit and set the value for the hidden question (&for_approval=yes). In theory this makes sense to me, but it doesn't seem to work and when I do those steps the "approved" question still doesn't show up. I'll add some screenshots for reference. The rest of the url configuration seems to work with the edit and hide paramaters.
Is there a way to make this work? Or another idea for making a question only visible in a specific dashboard. I think I could add a question at the beginning asking about the role of the user for filtering, but it's already a long and complex survey so I don't want to add more required input from the user if I can avoid it.
Thanks