Resolved! how to provide validation for input URL field , either using string field or URL type field
I had added an URL field in form where users will give URL values as input ; and I want to validate that URL field that means if user enters URL consisting (https / www) it will take the value OR ELSE if user enters string or integer value in place o...