Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

How do I auto populate static text based on drop-down selection?

Avatar

Level 1

Here is the concept:

I have a drop-down with about 50 site codes for different facilties. Once the correct site code is selected by the user, I want the title of the facility to populate in a static text field. I am hoping for static text because I want to eliminate user error by allowing a free text entry. Is this possible?

Thanks in advance!

1 Reply

Avatar

Level 10

Hi,

yes this is possible.

Add this script to the change event of your dropw down list.

Text1.value.text.value = xfa.event.change;