I have a line like this in my code:
$message = "Thanks for your request!";
The full var is large and contains some special characters that are not rendering correctly. So can I replace all that with just a single external php or html file? Like a template? I’m not sure at all how to do that.
Any tips would be greatly appreciated!