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
When you use a URL field in Craft, the client has to type the protocol (https://). When URL is selected in LinkIt, it looks like this doesn't happen. I've just done a broken link report on a client site, and one of the fields is this:
Which means the front end code is outputting https://theclientwebsite.com/www.duttongoldfield.com
I tried putting random text in there, and it DID get validated and wouldn't let me save it. Then I changed it back to www.duttongoldfield.com, and LinkIt automatically saved the URL as http://www.duttongoldfield.com.
What would cause it to automatically fix the URL when I enter it, but not when the client does? I think it'd be more reliable if it just failed a URL that didn't include a protocol.
The text was updated successfully, but these errors were encountered:
When you use a URL field in Craft, the client has to type the protocol (https://). When URL is selected in LinkIt, it looks like this doesn't happen. I've just done a broken link report on a client site, and one of the fields is this:
Which means the front end code is outputting
https://theclientwebsite.com/www.duttongoldfield.com
I tried putting random text in there, and it DID get validated and wouldn't let me save it. Then I changed it back to
www.duttongoldfield.com
, and LinkIt automatically saved the URL ashttp://www.duttongoldfield.com
.What would cause it to automatically fix the URL when I enter it, but not when the client does? I think it'd be more reliable if it just failed a URL that didn't include a protocol.
The text was updated successfully, but these errors were encountered: