Skip to main content

6 replies

stefanhelzle0001
Brainy
September 21, 2022
September 21, 2022

Hi [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05], I already added the validation as like document but I want to show the validation message through submit button. 

Can I set the validation condition on submit button?

primaryButtons: {
      a!buttonWidget(
        label: "Submit",
        submit: true,
        style: "PRIMARY",
        loadingIndicator: true,
        validate: {
          
        }
      )
    },

stefanhelzle0001
Brainy
September 21, 2022

What do you mean with "validation message through submit button"?

And no, the file validation only works inside the file upload field. There are some unsupported dirty hacks to do this in a different way, but I do NOT recommend this.