Skip to main content
October 12, 2023
Question

required field with a condition

  • October 12, 2023
  • 3 replies
  • 0 views
Hi,

in my interface I have two buttons, "save" and "send as signature", the "save" button saves the filled and unfilled fields but the "send as signature" button must ensure that all the input fields are completed before making a recording.

what solution can I use?

THANKS !

3 replies

October 12, 2023
nitishr0002
October 12, 2023

If Send As Signature button is your primary button then setting it as SUBMIT true should trigger configured validation. Or you can set common Validation group for the fields and this button.

harshitb6843
October 12, 2023

You can either use validation groups as others suggested or you can use conditions on the submit parameter where you check for null in all the required fields.