Hi,So I am relatively new to Javascript and have gotten my head around
some of the basic language and functions used for creating Forms in
LiveCycle Designer ES4.I have 4 check boxes (say "check1", check 2...),
and 4 predefined arrays ( "array1", array2....).I have a table below all
these with 3 columns, (col1, col2, col3).What I want to do is this.When
I check "check1", I want to populate col2 of the table with array1.Then
add a new row for each piece of data in the array.I want do the same for...