Found the solution.. is was with a setTimeout.setTimeout(function () { var inputFields = $("input:text,#Email,#Phone"); inputFields.prop("disabled", true); }, 50);
Im trying to disable some fields in my forms2, so it just shows some data, and the user is not able to edit it.I have tried through jQuery, its works local on my localhost, but not...
Ah that makes sense... I found out that by using window.load, it will wait long enough for it to work$(window).load(function() { $('#mktoForms2BaseStyle').remove(); $('#mktoFor...
@Murtza, the marketo style, is it always loaded just before the inserted form?So I can via jQuery overwrite the original styling instead of removing it, that will give a better res...
I want to do my own style for forms2, not just add upon marketos default styles. But no matter what i do Marketo always adds the file called forms2.css.I tried to remove it with a ...
@Brandy C, i have placed this css in my <header> in the landingpage template. this allows me to drop pieces of html in to the draft. This image shows how the HTML widgets automatic...
It amaze me that Marketo is 3-4 year behind on the landingpage part still using position: absoluteon every object.So my solution is to remove the default position with:#mktContent ...
You cant make, or should NOT make a <form> within a email, all mail clients will see it as phishing and block the mail + give bad rating for the mail host.