Form Steps

Hello, 

I'm working on project and using the same form steps as "https://docs.appian.com/suite/help/21.2/form-steps-pattern.html"
I'd like to change the color for the stamp field to be red if there's an error in the step. I added "validate: true() " to the next button.
Is that possible to moving forward to the next step and just change the color if the step contains an error. 

Thank you for your help!


  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to saraha1139

    So, when I do my personal research to understand a certain problem situation, I start with a very minimal version of it. Once I understand it and I found a solution to make it work, I assemble the larger solution.

    Translating this to your case, any parameter of a stamp field can have its own logic to define the value. Play around with this.

    Then, you need to understand that the validation setting of a button only controls the behaviour of input fields regarding their required and validations parameters. Nothing else.

Children
No Data