Is this possible?
I have one page where the end-user has a choice of four different checkbox options (checkboxes are named the same with different values). On another page, I have six other checkboxes. These six checkboxes are broke down into three groups of two - "Elected" and "Declined".
If an end user chose one of the first three of the original four checkboxes, I would like the corresponding "Elected" checkbox on the other page to auto-check. If the LAST of the four checkboxes is checked, then I would like to have ALL of the "Elected" checkboxes on the other page checked.
I have learned so much off of the threads here, but I haven't found anything on this yet. Can someone please give a little guidance? Thanks.
lnail
Since, the code for this should be exactly the same for all 6 check boxes, one could use a document level function that is called in each of the 6 check boxes and returns a status value for the "All Elected" button is to be checked or not.
You also might want to let others know if you are using Acro Forms or LiveCycle Designer for your form creation.
George Kaiser