Why is this landing page link opening in a new tab?

I have a landing page.

I have multiple CTAs.

Open link in new window is not selected on any of them (see below).

And yet every link opens in a new tab. What do i need to do to fix this?

Hey @RLoustalot

This seems to be an unexpected error have you tried reaching out to HubSpot support regarding this issue?

No i haven’t done anything

we suggest to reach to HubSpot support because this is something that should not happen after the correct settings enabled

Hi @RLoustalot ,

Here’s an alternative solution to the issue you were having with link behavior.

I noticed that the target attribute in your code is currently set to an “_blank”.

To fix this, you can use JavaScript to add the value “self” to the attribute. This will ensure the link opens in the same window.

Let me know if this resolves the problem. If it does, please feel free to mark it as the solution.

Thanks!