You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it will not accept domains without the prefix. It still requires ssh://, mailto://, https://, http://, file://, ftp://, feed://.
valid_url() function in Backdrop which is a bit stingier. If $absolute = TRUE then it will only check ftp://, http://, https://, and feed://. So it's an option to disable that check, but the browser would still not allow someone to enter example.org without a prefix.
So I don't think that's going to fit your request if just the one check is removed.
Both would have to be optional. And in that case, maybe just use a regular textfield?
I'm getting a lot of people having trouble filling in links... A lot of people are unfamiliar with entering https://
Can the functionality be updated to allow links without https://
Many thanks.
The text was updated successfully, but these errors were encountered: