Open new popup build in elementor after marketo form submit | Community
Skip to main content
Oleg_RJL
New Participant
January 31, 2023
Solved

Open new popup build in elementor after marketo form submit

  • January 31, 2023
  • 1 reply
  • 3086 views

Hello comunity! is there any way to show popup ( thank you + button ) that i build in elementor pro after form submit?
Thanks! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Not enough information here.

 

You can do anything you want after the form is successfully submitted, by adding a custom onSuccess listener.

MktoForms2.whenReady(function(mktoForm){ mktoForm.onSuccess(function(submittedValues,originalThankYouURL){ // whatever you want; return false; // so the default redirect to the originalThankYouURL is disabled }); });

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 31, 2023

Not enough information here.

 

You can do anything you want after the form is successfully submitted, by adding a custom onSuccess listener.

MktoForms2.whenReady(function(mktoForm){ mktoForm.onSuccess(function(submittedValues,originalThankYouURL){ // whatever you want; return false; // so the default redirect to the originalThankYouURL is disabled }); });
Oleg_RJL
Oleg_RJLAuthor
New Participant
January 31, 2023

Actually I want to create kind of thank you light box that will appear after i submit the form.
I found some posts about lightbox but in some case i can't insert there many text and style this thank you massage —
https://nation.marketo.com/t5/product-discussions/lightbox-after-form-submitted/m-p/215267#M158345
 So i created wordpress - elementor styled popup with ID, Class and I want to show this popup after form submit... actually elementor have this function < action after form submit > but only for elementor forms. How can i do this in marketo form?  i will be appreciative for example of code.

SanfordWhiteman
New Participant
January 31, 2023

Is this on a Marketo LP?