Hi.
I have multipage form that uses conditional logic. On each page of the form I have some checkboxes where a few of them are checked as a default. The user will only need to go to the specific pages based on the conditional logic selected on the first page. The problem is, that the values of all the checked checkboxes from all the pages is submitted, even those pages that the user does not see or pass through.
To me it would make more sense that only input data selected by the user should be saved and not any input data on pages that user does not pass through.
Is there a way for me to fix this? Is there a way to uncheck checkboxes on pages the user does not pass through before data submission?
Thanks
Vayu