Hello everyone,
I am having trouble configuring custom text to display if a field is left blank.
I've tried several variations of:
If(Parent.Error="Input number.","Please enter....","")
If(IsBlank(Parent.Error); ""; "Your custom error message")
But so far I haven't had any success. All I'm trying to do is basically display "Input number" if a field is left blank and the form is submitted. I realize this probably isn't super difficult, but try as I might, I haven't been able to figure it out.
Thanks in advance for your help! Please let me know if more details are required.