Hello,
I'm having trouble embedding the same form twice on a page. I'd like to have a lightbox open on a button click near the top of the page and the form embedded on the bottom.
I am close to making it work but the bottom form appears twice. Any ideas? Thanks!
Solved! Go to Solution.
Please provide a URL with your actual form so we don't have to use our own forms in a demo.
Thank you for replying Sanford. Here's the basic version of the code:
Thank you so much, Sanford! Really appreciate that you did this .
@SanfordWhiteman - any way to make that codepen work so when the embedded (not in lightbox) form is submitted it carries through with the follow-up process? In both your codepen example and what I am testing, the lightbox form submits and goes to the follow-up page, however, the embedded visual form submits, but button just stays on "Please Wait" and does not proceed.
Getting console errors, which I have checked on my end and there are no conflicting scripts, and doubt codepen would have competing calls?
Wow, that’s really old code that needs to be refactored. I fixed the bug you’re referring to, not sure if that had to do w/changes to the forms library in the interim. Check the CodePen again.