Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ok. This solved it:MktoForms2.whenReady(function(form){var formEl = form.getFormElem()[0];var submitEl = formEl.querySelector('button[type="submit"]');form.onSuccess(function(vals,tyURL){ var loc = document.createElement('A'); loc.href = tyURL; window.location.replace("https://my-special...
I don't think that will work. The form is embedded into the OptinMonster pop-up which is set to display on a subset of pages on the site, based on a URL parameter, e.g. URL includes "product." Why not just create a form for this specific use case and set the default thank you to the specific page we...
Sorry, what I meant was, this form is used by multiple landing pages, so defaulting to the per-Form Thank You for this Form is probably not going to work.Maybe the easiest thing to do is just clone this form, set it to the desired thank you page, and use the simple snippet you recommended.
Great thanks. We don't really care about the OM conversion; it's a means to an end...One question. This form is being used in multiple campaigns, I'm not sure setting it to default will achieve the desired results. Most campaigns default to a generic thank you page, but this is different. Is there a...
Hi, We are using an embedded form on our website. We're testing the form in a 3rd-party pop-up, so it's running simultaneously with a mirror campaign on a Marketo landing page. We'd like to redirect the thank you page back to the standard Marketo thank you page. Here's the embed code I'm using.MktoF...