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 !
Discussion posts and replies are publicly visible
Hi,
FYR Use Validation Groups for Buttons
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.
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.