I am trying to take the values entered by the user in a text field in a repeatable table row (between 1 and 10 rows depending on the user's need) and dynamically populate a dropdown list that is used throughout the rest of the form. I'm thinking I probably need code in two separate places - at the table to force a unique ID on each table row as it's created, and at the dropdown list to pull a variable number of entries into the dropdown values. Sending the table data out to a separate data file and then calling on the outside file to populate the list would be problematic for several reasons, so I'm hoping I can force all of this on the fly within the document. I've been unable to find a code snippet online that would work in the way I intend.
Any help would be much appreciated!
Message was edited by: cyndilynnrose