Is it possible to create a link block that doesn’t automatically insert “http://” before the URL? I’m trying to create a link using javascript for a shopping cart, where the link should be
<a href="javascript:sraddtocheckout(75452);"></a>
but Webflow keeps adding “http://” to the URL by default. How can I prevent this?
99% of the time users type in a link like “www.google.com” but this actually is not a valid link and will not go to the correct page unless it has an “http://” in the href. Hope that helps!