Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
My mistake, Nicole, the link didn't paste: https://community.marketo.com/MarketoArticle?id=kA050000000LHXhCAO
You can edit the CSS by following these instructions: https://community.marketo.com/MarketoArticle?id=kA050000000LHXhCAO The relevant classes are .mktoButtonRow for the button container div and .mktoButton for the button element itself.
Hi Margo,You need to set up a trigger campaign with your specific condition, Fills out Form in this case, and then have a flow of Add to Engagement Program, Program is My Program, Stream is My Stream. Once you've done this, you can activate the campaign, and it will begin adding leads to the nurtur...
Hey Jessica,Would you mind providing a screenshot of the issue?
Hi Elicia,I'm not certain why you'd want to shutter the page itself until a certain date, but it's possible with Javascript. You can add something like this to the of your page to redirect if certain time hasn't been reached: I'd generally go with Cheryl's suggest though.
Hi Lava,Currently this does not work via the Send Marketo Email functionality. The Script token must be inherited from a parent program of the email, but when a Sales Insight email executes it cannot inherit this. If you need to utilize velocity scripting I'd suggest setting up a Requested Campaig...
Hi Cam,Currently there is no way to require fields for a list import. You can however, set fields to be blocked from updates by list imports, by Trusted or Untrusted sources, to prevent existing values from being overwritten by an import: https://community.marketo.com/MarketoArticle?id=kA050000000L...
Hi Chris,Dory is correct, When using the 'Is' operator in a smart list filter you must specify a value in order for the campaign to be able to run. Otherwise it will simpoly result in an error.
Hey Gareth,You can do this natively with hidden fields like this(https://community.marketo.com/MarketoArticle?id=kA050000000LH7uCAG). For visible fields you need to use some JS with forms 2 api. This snippet will do that with a parameter called 'Email' and map it to your forms' email field: