Hi,
I am really having trouble with this and spent a lot of time researching several blogs, tutorials, youtubes, etc. I just cannot get what I've found to work for me. I am creating a simple form in LiveCycle Designer 8.0. I have a table of 14 rows and four columns (row one is the header). Each cell in the first 3 columns contain a dropdown filling the thirteen rows. The last row is a user entered numerical field. My query is related to the second column's drop downlist (months1) containing two items (24, 38) and the third column drop downlist (hours1) containing 5 items (4,000, 6,000, 8,000, 10,000, and 12,000). In addition, there is a default item in each drop down set at <select>.
I would like to have the instructions and script needed that will display the correct list of choices to the users in the "hours1" drop down list based on what was selected in the months1 dropdown.
For example;
if the user selects "24" in the months1 dropdown, then the hours1 dropdown should display "4,000, 6,000, and 8,000" only.
if the user selects "36" in the months1 dropdown, then the hours1 dropdown should display "6,000, 8,000, 10,000 and 12,000" only.
This type of coding would be great to replicate in other forms I have been tasked to do. Thanks!