Form validation when the field is optional
I am working on a form where the phone number is optional. What is the best practice regarding a validation mechanism that checks if it's a correct phone number (over 10 digits):
- No form of validation for an optional item
- Use validation once the field is not empty
- "Optional" validation - Are you sure you want to submit this? It doesn't seem like a correct number