Questions on Rules for Adaptive form
We are on 6.5.22 Version OnPrem. Running WCM Core version 2.24.6 and Forms Core component version 1.1.78.
We are working in a headless setup. The submit button on the form needs to validate the entire form and highlight fields missing validations.
I used a button on the click event tried adding validate action. This is only highlighting fields from the panel where i clicked Submit. Submit is directly placed underneath the guide container. So, the experience i am seeing, If i hit submit and go to next panel, i dont see any fields highlighted.
We want to do this because, the react SPA is going to intercept the submit button and parse the DOM to collect all error messages and display as a modal.
I have noticed some OOTB actions like “navigatebetweenpanels” is missing in OnPrem but avaiable on cloud. Any ideas on how to go about this will be greatly appreciated.