I need to be able to hide fields/sections/pages in a form and retain the data in those hidden fields for the rest of the process, but ignore validation checking on them, since many of them are required. If I use the "Ignore..." checkbox in field rules, the data of all hidden fields is cleared when I submit the form, whether the next step uses the same form or a different one. If I select "Save..." in field rules, required fields that are blank and hidden prevent the form from being submitted.
The amount of javascript needed to change all the required fields to not required and back again if the user selects a different option is quite lengthy and becomes complicated because of the number of required fields and the number of rules that determine whether or not each field should be required.
We're running 10.2.1, and I thought that in previous versions with the "Ignore..." and "Save..." checkboxes that the behavior was such that the data is retained and that the validation just doesn't run on those fields.
Is there something else in the rules that will allow me to retain the data while ignoring validation on hidden fields?