cancel
Showing results for 
Search instead for 
Did you mean: 

Display selected dropdown value in textfield in ISR Adobe Form.

Former Member
0 Kudos

Hi,

In the ISR Adobe Form, I have placed a drop down list ,Its values are populated from the backend using badi.Now when the user clicks on the dropdown ,the selected value should be displayed in a textfield in the same form.

How can I fetch the selected value from the drop down into the textfield...?

Please help,

Regards,

Rheema Rahael.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rheema,

You can write a script for the same.

In the calc event of the field

write

$.value = <drop down name>.value

<b>Please refer the adobe designer help and the adobe development centre for scripting samples and docs related with it.</b>

Thank you,

- anto.

Answers (0)