Question:
Is it possible to add dynamic value in HTML?
Product:
Wix Email Marketing
What are you trying to achieve:
Hi, I want to send out an email marketing campaign with a unique URL for each contact. The way I set it up is I uploaded the contacts and added a custom field with the URL. What I’m hoping to happen is to use the unique URL as a hyperlink in the image (the one with the five emojis and the Very Dissatisfied to Very Satisfied text). Is that possible? (See screenshot below)
What have you already tried:
I’ve tried using an a href HTML code but the hyperlink doesn’t work. Here’s the custom HTML that I did:
<p style="text-align:center"><a href="${contact.extendedFields.custom.surveymonkey-link}"><img src="https://static.wixstatic.com/media/b9de87_2e65277dbf8b481e8fdc4ce3dfc7608d~mv2.png" width="550" height="103" /></a></p>