Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
that certainly does help in other areas, will add this thanks
I understand but instead of doing it that way you can just do ...
is there maybe a form I can use that isn't actually from my client to show case in a codepen? with select, single checkbox and maybe textarea in a 2 column layout in marketo form builder. basically
maybe you made the example a bit too complicated by putting 4 fields into a row I still appreciate obviously, will see if I can post something after I am done with my stuff
Hi Are there solutions / examples that use 2 column designs with flex-box? I saw floats are used which are a bit rusty. Did someone by any chance lay the ground work for a flex version? or - is there a reason floats are used and flex box should not be used?
thanks, highly appreciated I noticed as well we had an according snippet doing this MktoForms2.loadForm("//app-0X.marketo.com", "95X-XXX-XXX", form_id); replaced it as well, both seem, somehow to load the same file.so I replaced the //app-0X.... with//mysub.mylpdomain.com/js/forms2/js/forms2.min.js...
yes we loading from app-*.marketo.comI'm pretty sure that wasn't our idea, but the snippet was received this way. not sure what is our LP domain... all our landing pages are on our own server, main domain - whatever, lets say microsoft.com
I heard this feature will arrive as well in chrome (though not sure) if you do the following in EDGE 88 (chromium) then reload a page with forms2.min.js I get a and this results in a Uncaught ReferenceError: MktoForms2 is not definedat HTMLFormElement.
I'll accept without verifying if it works I meant "captcha token request" not verification.
when looking at the api https://developers.marketo.com/javascript-api/forms/api-reference/#:~:text=.submit() there does not seem to be a way to fail? I probably have a way to fail safely before as I run a catpcha verification before submission, so if that fails, I just reopen the form. use case is ...