Support

Account

Home Forums General Issues How to clean up URL's for consistent output – from textfield Reply To: How to clean up URL's for consistent output – from textfield

  • Better use a URL field type that gets validated upon post publish or update so the users get an error message if the URL is not in the correct format without http:// or https:// . It’s better practice not to hardcode the http:// in your template because users usually copy links from the browsers’ address bar and http:// always gets copied and that will brake the links.