Html code to open in a new tab

Hi!

For a contact form (build in campaign manager) I’ve used a html snippet to include a link that opens in another tab: conditions

When I test the form in Infusionsoft, this works perfectly.
However, when I look at the form embedded on our website, it opens in the same tab.

I had previously already send our IT-partner the Javascript code, which is still used now.
He says he sees the code as target=“_top”

What could be the problem? Help is much appreciated!

Kind regards,

Anouk

If you are using the Javascript iframe embed, this isn’t going to work due to iframe cross domain policy. if you are using the HTML or HTML unstyled, just configure the link like this

<a href="https://www.google.com/" target="_blank">Google</a>

Hi Martin,

I’ll have or IT-people try this.

Thanks for the quick assist!

Kind regards,

Anouk

1 Like