Solved
Open new popup build in elementor after marketo form submit
Hello comunity! is there any way to show popup ( thank you + button ) that i build in elementor pro after form submit?
Thanks!
Hello comunity! is there any way to show popup ( thank you + button ) that i build in elementor pro after form submit?
Thanks!
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
});
});Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.