Hi@swills131 Marketo doesn't have a built-in feature for this, and it can't be achieved using just JavaScript, as JS will execute from scratch with every form submission. To implem...
Hi@Nurture_NinjaAccording to my understanding you are using below approach:Clone the existing Contact Us programCreate a trigger Smart Campaign in the new program:Trigger: Fills Ou...
Hi@ReshmaSnowflakeYou can includeLast Email Sent Date (via Campaign Activity) for programs,If the program contains no email sends in 12+ months, it's a good to archive them.Thanks!...
Hi@ok82For file upload field either you can add the <style> at form level in form settings or you can add the style at landing page level by targeting button tag or SVG tagThanks!!
Hi@GregDowseSometimes database size does not update in real time. Usually it can take up to 24 hours for deleted leads to reflect in the dashboard count, especially if you've delet...
Hi@BalaNivethaTo create background image section, you have to use HTML inside <body> tag. Here is the piece of code just for your reference:<div style="background-image: url('IMAGE...
Hi@fabiocorreiakWelcome to the Marketo community!
From what I understand, your team is first opening the email from their inbox and clicking the "View as Webpage" link — and in tha...
Hi@lvorhisIf you want your landing pages do not appear in search results:You can add<meta name="robots" content="noindex, nofollow"> tag on the Marketo landing pages where you don’...
Hi@kpaintereabI have checked your above query and you should add form onSuccessJavascript to your main landing page where the popup with the Marketo form appears. Below is the synt...