For the complete documentation index, see llms.txt. This page is also available as Markdown.

How can I open only certain links in a new window/tab?

1
2

Click on the element that you want to open in a new window.

How can I open only certain links in a new window/tab? — step 2
3
How can I open only certain links in a new window/tab? — step 3
4

Click on Trigger Custom Javascript

How can I open only certain links in a new window/tab? — step 4
5

Edit the field and add the script as seen below and replace the URL as seen in the image below from https://google.com to the one you would like to take the user upon click. The script would look like this- window.open ('add URL here', '_blank') Click Done.

How can I open only certain links in a new window/tab? — step 5

Last updated

Was this helpful?