I understand but instead of doing it that way you can just do
<input> <input>
<textarea>
in the form builder. Textarea will be full width, and the inputs half.
and you give them...
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 ...
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 v...
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, bo...
yes we loading from app-*.marketo.com
I'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 o...
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 t...
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 fa...