Avatar

Correct answer by
Level 10

Hi,

First thing: I suspect that you have the script in the change event, but are using .rawValue for the test. With dropdowns I would tend to use the exit event and use .rawValue.

In relation to the textfield, you are probably using too full a reference, like "Row1.usersName". If you just use "usersName, eg the name of your textfield, then Acrobat/Reader will use the particular instance of the textfield in the same row as the dropdown.

Hope that helps,

Niall

View solution in original post