So I have a landing page that's a rather simple form that i am embedding into an iframe within a wordpress post. it looks good.
When you hit 'submit' it triggers an automatic link to a pdf, which unfortunately opens up in the iframe. that doesn't look good.
Any advice I've tried to find on this has broken links or no info on the jquery code necessary. Any help is appreciated!
Colby
Solved! Go to Solution.
I figured it out, sort of. The key is to put this into the html window:
<base target="_blank" />
And then , boom, it's working in chrome at least. Not working reliably in IE...