Is there a way, either out-of-the-box or via PHP, to check if a custom text field contains a particular bit of text, and if it does not, add it in when rendering the template?
For example, I have a custom field for “website” where I’d like the content editors to always add “http://” before they enter a URL. But, if they forget to add the “http://”, I’d like to add it for them when the template is rendered.
Thanks!