Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
function callback(form) { var arrayify = getSelection.call.bind([].slice); arrayify(document.querySelectorAll('.Button--primary')).forEach(function ( link ) { link.addEventListener('click', function (e) { var variantClicked = this.hash.substring(1); window.MktoForms2.lightbox(form...
Understood - org rules, not mine. Munchkin is on all pages, and even when filling out the form and surfing around the site and coming back, waiting for page load and then some - form still appears.
Sorry - on internal staging so no page to share. Attached is a screen walkthrough essentially: click button > form appears > fill out form > goes to asset ... Refresh page > click button > form appears again. I have the form setup to just show the default KV Custom HTML greeting in Form2.0, but will...
Any additional insight as to how to make it work, because right now KV and PP are not working? I have searched various threads, but haven't seen exactly what we need.
We are using an embedded lightbox form - 1 form, many CTA buttons that trigger same form. I have it working where the form is submitted and passes values from the CTA href to hidden fields on the form to produce the proper asset on form success, but am wondering if it is possible that if a visitor c...
We are trying to use on embedded form on various non-mkto pages, being held in various sized containers, and I am looking to figure out how to make the 2-column form either be a smaller width 2-column form, and for the larger container one - span the form/fields evenly to fit the width of the larger...