Skip to main content
June 16, 2016
Risolto

Open Lightbox form on initial form submit based on field value

  • June 16, 2016
  • 6 risposte
  • 2584 visualizzazioni

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

Questo argomento è stato chiuso alle risposte.
Migliore risposta di 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.

6 risposte

SanfordWhiteman
Level 10
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!