How can I edit Starter Template footers to match the standard/branded footer in My Templates? Currently all starter footers have editable text that varies per template, and I don't want my team having to edit this each time they create a new email asset with Starter Templates.
Also, the unsubscribe link is not editable, but uses {{system.unsubscribelink}}, which is linked to the incorrect URL. Where can I edit the URL associated with {{system.unsubscribelink}} ?
Solved! Go to Solution.
Hi Kim,
If you create a new email using one of the starter templates, then update the footer to include your custom unsubscribe, you can save that email as an email template (go to Email Actions > Save as Template). Then your users just have to use the new template when creating an email and they don't have to remember to update the footer every time.
If your templates use the global unsubscribe that is automatically appended, then simply remove the code for the footer which contains the unsub token and then it will start to automatically append your global unsub link again.
If your templates use custom footer, then manipulate the template code to resemble what you have on your own templates.
Every email comes with a template and the template is basically the parent so if you update the parent, the child should follow and if it does not, you will need to update it manually.
Hi Kim,
If you create a new email using one of the starter templates, then update the footer to include your custom unsubscribe, you can save that email as an email template (go to Email Actions > Save as Template). Then your users just have to use the new template when creating an email and they don't have to remember to update the footer every time.