How to Highlight A tab in form where we have validation issue.

Hi All,

I am using a form with multiple tab. Now while submitting when we get any validation message for a field. I have to always travel through all tab in-order to find the validation issue. Is there any way we can highlight the tab where there is any validation issue.

Comments

  • To make it easier to spot validation issues on forms with multiple tabs, you can customize the validation styling to highlight the specific tab with the error. Here’s how:

    1. Customize Validation Styling: In the Form Designer, select the control that needs validation. In the Properties Panel, go to View > Validations > Control Validation Settings and click the Edit icon.
    2. Override Validation Settings: Enable the Override Validation Settings option to access additional settings, which allow you to adjust how validation errors appear—like changing the tab’s border or background color when it has an error.
    3. Adjust Display Options: Set validation messages to appear as icons, text, or both to make validation issues stand out.

    Following these steps will highlight tabs with validation issues, helping users quickly find and correct errors. For further details, you can refer to the Customizing Validations in Decisions documentation.

Sign In or Register to comment.