I have a textfield (in a form) where Users can put an URL. This field needs to be optional, but I want to check it for a valid URL.
But to do that I need to turn validation in the form on and then the field is mandatory. Thats not what I want :D Is there an option to text-validate an optional text field?
Maybe I am just missing sth here?
Thanks a lot :D