I have a form with a URL field. The default value for this field is: https://. But the field is not required. The user can skip it and submit the form. It shouldn't return an error because it's not required and because they didn't enter a URL. But right now it does, because of the https://. I have a form with a URL field. The default val