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
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.