We are building a complex Skuid page that utilizes an 8-step wizard. We have exceeded the character limit on Skuid and are considering the creation of a page include component for each wizard step. However, each step of the wizard has some sort of dependency on other steps. For instance, Form component A in wizard step 2 should only be visible if the ‘ABC’ value was selected in a multi-select picklist on Form component A in wizard step 1.
Additionally, we are facing difficulties regarding the validation of the entire Digital Form before submitting it for approval. Presently, we have implemented a validation mechanism that verifies the completion of required fields in all wizard steps. If any errors are encountered during this validation process, it prevents further progress.
We are unsure how to address these challenges if we opt for page include components. These issues have become a blocker for us, any hints would be very helpful.