We are all gearing up to enter the month of the double-faced Janus, but I hope Wix finds the time to offer me a solution to my problem. This time, I made, as requested, a video.
And a very happy New Year to everyone on this forum, may the Code be with you.
Hi Giri,
Thanks for letting us know, we’ll look into it.
Meanwhile, how about extending the validation using your own regex pattern?
In the text input settings, try this:
Hope this helps,
Liran.
Liran, thanks, that seems to work. One other thing: can´t I make the http:// or https:// optional? Every user so far wants to enter ‘www.mysite.com’ instead of http://www.mysite.com. For a browser it is not necessary and people are simply not used to it, it makes it more complex than in is.
Not with a built in option… but, you can set it to be a text field, and expand the regex to cover also ‘www’ beginnings.
Liran.
Thank you, yes, that was my Plan B also. I then loose the automatic link when displayed, but I think I can solve that with a text element which supports a subset of html, i.c. <a href …