We're trying to embed a Marketo form into a popup - not a specific form popup using the Lightbox javascript - and keep getting an error saying "MktoForms2 is not defined at eval"
I've attached a screenshot of the errors.
Solved! Go to Solution.
This means you haven;t loaded the Forms 2.0 library (forms2.min.js) before trying to access the core MktoForms2 object.
You need to load forms2 before calling any of its methods.
Thanks that got it working!