Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This can be achieved using Custom Coding. If you have a web dev guy who knows JS, the whole thing should not take more than 1-2 hours. If not, we can help you with this.
Hi John, You can simplify the development by using Custom Objects introduced by Marketo. You would still need to use the Velocity scripting but managing data would be easier with Custom Objects. Drop a line at alok@grazitti.com if you would like to see similar examples.
You can download free Marketo Guided Templates here: go.grazitti.com/free-responsive-email-templates-and-landing-pages.html
You can achieve this by writing custom js. Add a progressive class with every checkbox and then add the text using before or after event on particular class. Here is the sample code to add the progressive class on the checkbox MktoForms2.whenReady(function (form){ var class_count = 1; $("i...
There are couple of ways to run a test in Marketo. If you can share the complete details on the type of test you want to run, we can recommend the best way.
Hi Josh, Can you share some post which explains this approach in detail?
No Matt. The Sales Rep will have to fill in the email ID of the lead in the form, which has to be added to Marketing Suspended list.
Like Josh said, you can use SFDC to restore deleted email IDs and then let them sync with MKTO. Once they are created, you can change Unsubscribe to True. If you don't have them in MKTO and the list is large, we can use API to fetch the old email IDs from the activity log, and update them back. Thi...
Hi Shirleen, Unfortunately, there is no way to prevent lead scores getting added up when the leads are merged. However, you can update the lead score of the primary lead to the merged record after Merge. - Create a new Integer field as 'Original Lead Score'. - Run a smart campaign for the leads whic...
Hi Matt,If you do not have the CRM Integration, you can do the following: - Create a new form where the Sales Rep will update the email ID. On submit, you will have to create a non-cookied Thanks LP. This is to ensure that the MKTO cookie is not created for the email in the browser of the Sales Rep....