SOLVED

Re: form submit to _blank

Go to solution
Colby_Dix
Level 5

Re: form submit to _blank

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...
 

ooooh shiny.
Anonymous
Not applicable

Re: form submit to _blank

Awesome. I am happy you were able to get it to work!

For IE, try:
<base target="_self"/>
 
Anonymous
Not applicable

Re: form submit to _blank

If you don't want to code... you owe it to yourself to look at the WP Plug-in for Marketo from Gravity Forms.  
http://wordpress.org/plugins/marketo/

Very flexible for making your forms integrate into your WP Themes -- and I have found that they reliably trigger Marketo Smart Campaigns.

Colby_Dix
Level 5

Re: form submit to _blank

Hey Murtza,

the self tag works in no browsers at all, while blank works in all of the good ones and not IE.

 

Gary, I'm pretty sure I'm going to go down that path. I'd rather pay a little something for a plugin that works reliably than spending countless hours guessing and trying to fix what marketo hasn't bothered to and apparently won't bother to.

ooooh shiny.