I would recommend starting your own discussion to address this question in the Products section. This initial thread was created in October of 2014 with the last response occurrin...
You do have redundancy in your Smart List for the Trigger Campaign. If you are reading out the logic you have:Trigger If Person [Fills Out FORM-Event-Registration] AND [Web Page is...
Caitlin mentioned that there is the durable unsubscribe, which would help to solve for that issue within Marketo. Will you also be keeping or removing those people from SFDC? If yo...
For the textarea fields, you would apply a min-height attribute or a static height..mktoForm textarea.mktoField { min-height: 150px; /* or height: 150px !important for static *...
In your admin section, you will see the Tags option. Within there, you will have a channel called "Email Send," which should look like it does below. Perhaps the email campaign you...
Technically, since there is a durable unsubscribe in Marketo, what you could do in your Smart Campaign flow for purging is to Change Data Value of Unsubscribed to TRUE before you r...
I am not sure if you have fixed this but within your call for the mktoModule, you have utilized mktoName for naming the module. Instead you should use mktoname. Let me know if that...
Nate, this redirect occurs because the Register Now button is a tracked link within the email. Thus, it does not go directly to that website. The only way for this re-direct to wor...
To echo what Sandy said, you should utilize the form elements that are available within a guided and free-form landing page. The mktoForm element is one that is created at the temp...