SOLVED

Re: Have Form Popup on Form Submit

Go to solution
Samantha_Cossum
Level 3

Have Form Popup on Form Submit

I'm working on a page where upon a form submit they would like a light box to come up that contains some additional information and another form asking additional information. I've gotten a popup with a form on a regular button click and I've gotten my current page to pop up a lightbox on the form submit but I'm struggling with how to combine the two. Here is the page I'm working on: https://go.schedulinginstitute.com/DentalPandemic.html 

 

Any help would be greatly appreciated! 

1 ACCEPTED SOLUTION

Accepted Solutions
Harish_Gupta6
Level 8

Re: Have Form Popup on Form Submit

On the first form submit, you need to load another form in the pop-up iframe and pass email id from the first form to the 2nd form but keep email id as hidden in the second form. You can make the email id field as visible also but keep it read-only with prefilled from form 1 email id field so both the forms will be linked with the same person in Marketo.

Harish Gupta

View solution in original post

2 REPLIES 2
Harish_Gupta6
Level 8

Re: Have Form Popup on Form Submit

On the first form submit, you need to load another form in the pop-up iframe and pass email id from the first form to the 2nd form but keep email id as hidden in the second form. You can make the email id field as visible also but keep it read-only with prefilled from form 1 email id field so both the forms will be linked with the same person in Marketo.

Harish Gupta
Samantha_Cossum
Level 3

Re: Have Form Popup on Form Submit

Thanks Harish! 

 

That solved my problem on the top but I think it somehow messed with my light box on the bottom button. When the bottom form is submitted it was forwarding to a new page but now it's staying and replacing a form with a white box. 

 

https://go.schedulinginstitute.com/DentalPandemicT.html