How to fire required validations on fields with a button (Client side)

Hi, maybe this can help you some time. I will create a button that will fire the required validation on some fields in the client side just like submitting the form.

If you know another way of doing, please let me know :slight_smile:

  1. Configure some required fields and a button.
  2. For each field we want to fire its validation, we need to add a Set Value action (Note: in the next screenshot you can get rid of the When conditions, just Set Value .property = .property, this will trigger the onChange event)
  3. It works! As you can see, the tracer remains empty because the validation happens only in the browserIt works.gif

@Deivit what is configuration for the button

@Deivit So this is working well indeed! I’m just curious as to why the ‘run on client’ checkbox is not shown for buttons and some other control types. This is obfuscated with the pzShowRunOnClient when rule that we cannot override, usually there is a good reason behind that :slight_smile: