Dynamic value into custom HTML

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>
1 Like

It doesn’t seem to be possible on Wix. You have to use a third-party service to collect user feedback.

A form link that allows users to click to fill in their email address and ratings?

Ah, yes! The unique URL for each contact goes to a SurveyMonkey link (which is different for each email address). But yeah, I was hoping I could personalize the links similar to the Dear [insert First Name] part of the email.