Expand my Community achievements bar.

Change Caption based on Drop Down selection

Avatar

Level 7

Is it possible to change the caption of a text field based on drop down selection?

For example DD Item A, B

Text Field for item A caption DepartmentA

and for item B caption DepartmentB

Thanks

1 Reply

Avatar

Former Community Member

sure ....I assume you know how to get the value that the user selected in the DDlist....then to set the caption you woudl use:

Fieldname.caption.value.text.value = "whatever you want to set it to"

Paul