Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Drop down loss display text

Avatar

Level 2

Dear All,

I have a drop down populated with ID and Name according to another drop down.

It works fine until the PDF is processed, then this drop down displays the ID not the Name.

what could be the reason for that ...

Best regards

1 Reply

Avatar

Level 2

Hi,

You are dynamically filling the drop down based on the parent drop down using the script. Like (Country and City). You can only bind one value to the fields that will be submitted with the XML.

After the submittion you have to refill the child drop down based on the "Country_Id" parent one. So for the you need to have an initialize script that will fill the child drop down based on the parent selection.

Regards,

Waqas