Question
Lightbox not pre-filling -- on Marketo page
I put a lightbox embed code for the onclick of a button, but the lightbox form isn't pre-filling known users. I understand why it doesn't on pre-fill on non-marketo pages, but hoping I can add something to the code to pull in some info? Thanks in advance.
<button onclick="
MktoForms2.loadForm("//app-ab11.marketo.com", "{{mkto ID}}", {{form#}},
function (form){MktoForms2.lightbox(form).show();});">
CLICK HERE
</button>
