Hello everyone! Good morning! I’m facing a challenge with a form that contains several tabs, each with the same fields, but filled with different data.
The issue is that, when the user clicks the Submit button, Appian only validates the required fields in the active tab. This impacts our business logic because we need to ensure that all required fields in all tabs are completed before submission.
Goal: Validate all required fields, regardless of which tab is active, when the user clicks Submit.
Question: Has anyone encountered a similar situation or have any suggestions on how we can achieve this?
I’ll attach an image showing part of the form for additional context.Thank you in advance for your help!
Discussion posts and replies are publicly visible
The form layout also has a validation parameter. Add all your validations there.
To make this a good UX, you will also have to highlight the tab containing a failed validation, and add all the validations to the individual fields as well.