Linking cascading select

185
1
02-08-2024 05:11 PM
Reuben
by
New Contributor III

Hi,

I am creating a survey and would like to enquire about the possibility 

of creating a cascading linked selection in a single question.  Something similar to the photos below.

Screenshot_2024-02-09-11-26-00-01_9f54cbdb0f648d1cac4da212d8e43705.jpgScreenshot_2024-02-09-11-26-15-36_9f54cbdb0f648d1cac4da212d8e43705.jpgScreenshot_2024-02-09-11-26-29-46_9f54cbdb0f648d1cac4da212d8e43705.jpg 

0 Kudos
1 Reply
abureaux
MVP Regular Contributor

Cascading selects are a thing. And I guess you could add something to body::esri:visible to hide the previous question when a selection is made...

abureaux_0-1707492872430.png

abureaux_1-1707492891979.png

abureaux_2-1707492898190.png

 

... but then you'd need to jump through some hoops to let users go "back" (I think JS may be the only way?) I lied. This is actually easy...

abureaux_3-1707493235376.png

User selected "Clear Choices" and then "Show Choices" to reset the page. Works quite well actually.

0 Kudos