All Collections
Frequently Asked Questions (FAQ)
Website touchpoints
How can I open a link in a new window in a touchpoint?
How can I open a link in a new window in a touchpoint?
Xander Wijering avatar
Written by Xander Wijering
Updated over a week ago

Just check the option below for a standard button:

You can also use the target attribute if you have a href attribute set in your HTML:

<p>Check out <a href="https://www.datatrics.com/" target="_blank">This link</a>.</p>

This will open the URL in a new tab.

Did this answer your question?