Multiple Checkboxes Trigger Dynamic Fields
I am making a very complicated form where the user has the option to add new users and make selections based off of selections on the static (non-spawning) pages.
The first three pages are static, and the last two can be spawned (in order) unlimited times. The selections made on the first three pages can impact what is shown on the spawned pages (when new users are being added).
I am currently struggling to create a script where the fields updated on the new pages (as the name of the field has changed) to reflect any change (on the first three pages) that may be made after the page has been spawned. The form is able to use the logic on the dynamic pages as the field name has been updated, but it does not work when the fields on the new page need to be based off of the static (non-spawned) pages. Any help here would be greatly appreciated.
