All Collections
Public | ENGAGEMENT HUB
How can survey participants open browser links in a new tab?
How can survey participants open browser links in a new tab?

Set survey hyperlinks to open in a new browser tab

McKenzie avatar
Written by McKenzie
Updated over a week ago

By default, hyperlinks within your project will direct the user to the web page within the same browser tab. That is, by clicking the link, the user will leave your survey page and navigate to the link destination. But this can be changed to open the link in a new browser tab instead of navigating away from your survey.

To set your link to open in a new tab, click the Source button in the WYSIWYG text editor:

This will show the source code for your content block or page description:

What you want to do here is insert the following code after the "a" before "href":

target = "_blank"

The result will look like this:

After the edit is done, click OK to close the modal and then Save changes on the content block. Now the link should be set to direct users to the destination in a new tab rather than leaving your survey.


See also:

Did this answer your question?