Hi, I want to add a validation for when user input the phone number but it did not add a “-” @ dash between the numbers, I want glide to return an error to the screen so the user can correct it. For example: 013-11111111
There’s no native complex validation. You would have to do it yourself with a custom form, I guess.