I dont know why im struggling to find an answer for this as it seems like it should be a core feature?
I must have done something bad in a previous life as im having to create some email templates. Ive created my own custom HTML template as the in built builder is too limited for what i need to build.
I have added the campaign monitor tags around the sections & fields I want to be editable which all appear as editable sections when creating a campaign...ace! What I seem unable to do is add something to the tags in the HTML to make the url editable in campaign monitor.... The email template im building is basically a list of blogs with a read more button so all the links will be different for each repeatable section.
I think I might be missing something as I cannot find any information or help on the subject, ive been googling campaign monitor custom button url, button link tag, how to make a tag visible in campaign monitor, I hate email templates, why me what did I do wrong, job boards etc etc
This is what ive been using already which works fine, but there are no examples that I can see on Campaign Monitors "help" pages for how to deal with custom urls, anyone had any experience with this or can you point me in the right direction?
<repeater>
<h2>
<singleline label="Title" repeatertitle='true' >Title</singleline>
</h2>
<multiline label="Article Body" >Enter the full text</multiline>
</repeater>
<img editable src="image.jpg" width="200" label='Hero Image' />
Ps ive tried both adding "editable" to the tag and surrounding the whole tag with the but no dice. Send help, or beer, or both!