Hi,
On the landing page : http://pages.videojet.com/PPC-Brand-Brand-AB-TEST-Variation-1.html
>On chrome : the forms are diplayed on the top of the page and centered.
http://www.videojet.com/content/dam/Countries/France/Marketo-BH/chrome-form.jpg
>On firefox: the forms are displayed anywhere on the page.
http://www.videojet.com/content/dam/Countries/France/Marketo-BH/FF-form.jpg
I would like to have the same behavior on form appearance for all browsers.
Also; do you know a JS to not make the form being displayed on top of the page ? So the user is not redirected to the top of the page.
thanks
Solved! Go to Solution.
OK, here you go:
MktoForms2.whenReady(function(form){
window.dispatchEvent(new UIEvent('resize'));
});
This will compensate for a bug in the Marketo modal rendering where it miscalculates the height as < 0.
I checked this out and cannot see the problem, did you fix it?
I see it as in Benoit's screenshot. What version of FF are you using?
Benoit, I see the exact bug in forms2.js that's causing this, but I haven't found a workaround yet (aside from replacing the whole script with an updated version, which is obviously not recommended).
Great ! thank you Sanford Whiteman
as always, perfect !