Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

How to make my links open in new tab in Payments2us Studio

Feature in Design Mode will be included in future release

Currently we don't support control of link opening behavior in Design Mode. But we will include this in future releases

 

Insert below codes:

target="_blank" rel="noopener"

after <a

For example:

 

3. If the element is a Button:

Add <a href="" target="_blank" rel="noopener"> </a> outside button codes.

For example:

Then copy the URL you want to open inside “” after href=

4. Click Save in code editor and click save to save the change on page

5. Test by viewing your page

 

Updated at July 1st, 2025

Was this article helpful?