Link + Phone Number – Form Submission

@andresesquivel

Quick question, is there a way to open the link in a separate tab from that HTML embed?

You can add target="_blank" to open a link in a new tab.

<a class="button" target="_blank" href="https://wa.me/INSERT-CMS-FIELD-HERE">Contactar
...
</a>

Read more about the target attribute below:

1 Like