Drip popup form

I’m trying to embed a hyperlink from Drip that will popup an opt-in form. I’m using the HTML iframe widget in Wix to do so. The link shows up on the page, but when I click the link it’s supposed to open the Drip form - but what actually happens is that the link disappears (no form popup and now the link is gone).

Here’s the code I’m using in the HTML iframe:

Get My FREE E Book!

Thanks in advance

I think you might need to add the target parameter to the href to make it open it outside the iframe?

Get My FREE E Book!

Thanks for the reply. The form is supposed to popup over the current page. Wouldn’t target=“_blank” open the form in a new page?