One of the questions in my survey asks the respondent to enter a URL (a link).
- Is there a question type for this?
- Or if entered in a text field, is there an option to validate a URL?
Thanks
One of the questions in my survey asks the respondent to enter a URL (a link).
Best answer by ElieD
There is no built-in option to validate url format.
But you can add custom validation to a text field :
Then you have to choose Regex : 
I've found a regex you just have to paste in your validation :
((([A-Za-z]{3,9}:(?:\\/\\/)?)(?:[-;:&=\\+\\$,\\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\\+\\$,\\w]+@)[A-Za-z0-9.-]+)((?:\\/[\\+~%\\/.\\w-_]*)?\\??(?:[-\\+=&;%@.\\w_]*)#?(?:[\\w]*))?)
Reference : https://stackoverflow.com/a/8234912
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.