Hi all,
I am making a series of buttons to feature in our Check In Online Email. Will the highlighted row below work properly if I embed the placeholder {chatUrl} inside the HTML? It’s easier to customize the button that way.
<div>
<div class="button-row">
<a href="{chatUrl}" class="booking-button"> Chat with us! </a>
</div>
</div>
Thanks!