Re: Marketo Thank you page doesn't kick off from embedded lightbox form

Anonymous
Not applicable

Marketo Thank you page doesn't kick off from embedded lightbox form

I created a web form program and embedded the form as a lightbox to my company website.

All flow steps work except my Marketo thank you page.

Should the thank you be generated from web site or is there something I'm not doing correctly in my flow step?

David

7 REPLIES 7
Josh_Hill13
Level 10 - Champion Alumni

Re: Marketo Thank you page doesn't kick off from embedded lightbox form

do you have the link?

Screenshots?

conflicting code?

Grant_Booth
Level 10

Re: Marketo Thank you page doesn't kick off from embedded lightbox form

Could you describe what's happening instead of going to the thank you page?

Anonymous
Not applicable

Re: Marketo Thank you page doesn't kick off from embedded lightbox form

After the form is filled out the next step is thank you landing page should instantly come up in that person's  browser............ simply it doesn't.

SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Thank you page doesn't kick off from embedded lightbox form

You'll need to provide a URL.

Grant_Booth
Level 10

Re: Marketo Thank you page doesn't kick off from embedded lightbox form

Right, please provide a URL. You can make a test page and form where you reproduce the problem if you don't want people to qualify for other things, and then delete the leads created from it afterward. To help we would need to see the problem happening and look at your  code, check for javascript errors, etc.

Anonymous
Not applicable

Re: Marketo Thank you page doesn't kick off from embedded lightbox form

Actually the problem is solved! So a easier way to manage this is use a javascript in the embedded lightbox form with the action to follow up after submission with a message "THANK YOU FOR SUBMITTING."

I'll post the link to the page once I have it working.

Thanks everyone

SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Thank you page doesn't kick off from embedded lightbox form

So a easier way to manage this is use a javascript in the embedded lightbox form

I wouldn't say that JS is always easier.  I almost always use custom onSuccess for complex follow-up logic, but using the Form Editor to set the Thank You URL has one major advantage that you can never match client-side: security.

If you want to send people to a different page based on, for example, an event coupon code, the only way you can do this safely is by using Add Choice in Form Editor, since the choice criteria aren't visible to an end user. The same logic in JS would be easily circumvented.