Open Lightbox form on initial form submit based on field value | Community
Skip to main content
June 16, 2016
Solved

Open Lightbox form on initial form submit based on field value

  • June 16, 2016
  • 1 reply
  • 2572 views

I have a MKTO form embeded on our site, and I would like to have a second MKTO form appear in the lightbox when the first form is submitted, but only appear based on if a specific value was selected in the initial embed form.  Does anyone know if this is possible?  I'm leaning towards @Sanford Whiteman​ ;-)

Thanks,

Mike

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

http://codepen.io/figureone/pen/mEEjgY/

In this example, we check for the last name "gonext" on the first form and if it matches, we popup the second form.

It's actually designed for an unlimited sequence of forms.  I posted another approach to the same thing about a year ago, maybe more.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 16, 2016

http://codepen.io/figureone/pen/mEEjgY/

In this example, we check for the last name "gonext" on the first form and if it matches, we popup the second form.

It's actually designed for an unlimited sequence of forms.  I posted another approach to the same thing about a year ago, maybe more.

June 17, 2016

As always - you pull through for me.  Thank you!