Good day to all
I'm trying to make text fields mandatory while having a rawValue. I know that mandatory works only if the field is empty. I tried the code that will make the field empty when clicked/entered but I want the error message to pop up after I exit the field or after I save the form. Also, the fields have a validation (e.g., date, time and phone number). I also need the field be mandatory IF the previous field is filled in.
One more, is there any way to make signature field mandatory? I tried the invisible field method but I can't make it work. My form have multiple signature fields and doesn't have a submit button
Here's the sample row in my form
Name Phone number Signature Date Time
___________ (000) 000-0000 ____________ YYYY/MM/DD 00:00 AM
Can anyone help me on this one? Thanks in advance 🙂