Expand my Community achievements bar.

SOLVED

Multiple selection widgets dependency

Avatar

Former Community Member

Hi,

I would like to populate a second dropdown box (cq widget, eg xtype="selection") dynamically based on what was selected from the first dropdown via a component's dialog.xml.  How do I do this in AEM 6?

For example, I have a country dropdown box, when you select say, Australia, the second dropdown box would populate the states available for Australia.  This is only an example, but hope you know what I mean.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Trang,

I hope you will find the following article helpful.

http://helpx.adobe.com/aem-forms/6/dynamically-populate-dropdowns.html

 

Regards,

~ Vishal

View solution in original post

4 Replies

Avatar

Correct answer by
Employee

Hi Trang,

I hope you will find the following article helpful.

http://helpx.adobe.com/aem-forms/6/dynamically-populate-dropdowns.html

 

Regards,

~ Vishal

Avatar

Former Community Member

Sorry, I forgot to mention that this is the dropdown box used by the dialog.xml.  In other words, usage of the cq:Widget.  For example, I have a component, which have 2 dropdown boxes as stated above.

Avatar

Former Community Member

Thanks Vishal!  I will take a look at the link.  Cheers!