Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SOLVED

Populate Text Field Based on Drop Down Selection.

Avatar

Level 4

Here's the scenario: I have 2 dropdown lists on Page1 (List1, List2). Based on that selection, I want to populate a text field on Page2 with their values, after clicking an update button at the bottom of Page2. I use the click event on the button, but how do I get the actual values of each dropdown list on the previous page?

1 Accepted Solution

Avatar

Correct answer by
Level 10

You woudl need to give the full path to the objects (i.e form1.Page1.DDListName.rawValue). Look in the hierachy view to see the structure that you want. Conversely you can put the cursor in the script editor where you want the reference to appear, hold done the ctrl key and move the mouse to the object that you want to reference (it will change to a V). Then click the mouse and the appropriate reference to that object will appear in the script editor.

Paul

View solution in original post

0 Replies

Avatar

Correct answer by
Level 10

You woudl need to give the full path to the objects (i.e form1.Page1.DDListName.rawValue). Look in the hierachy view to see the structure that you want. Conversely you can put the cursor in the script editor where you want the reference to appear, hold done the ctrl key and move the mouse to the object that you want to reference (it will change to a V). Then click the mouse and the appropriate reference to that object will appear in the script editor.

Paul