Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
If you are using Unbounce, each of the LPs created has an Unbounce ID. This ID is stored in Marketo as well. You may want to try this trigger: Data Value Changed -- Unbounce Page ID = xxxxxxxx [the Unbounce Page ID where the form is hosted]
Thanks everyone. I believe using a gif would be the only option. Closing this out.
Lead Scoring is to assign a score to a lead and help the sales team sort the leads as per the score. This way they can create a priority list. On the other hand, Sales Insight is used for providing more visibility to the Sales Team. Sales Insight can allow the sales team to: - Send MKTO emails direc...
In the drop down value, add this as the first value: 고르다 | [Section] I picked this from one of our forms with Korean values.
You can add this script on the LP in an HTML editor, There is no other way in marketo to accomplish your requirement without the custom code.
Can anyone suggest adding a carousel in an email? I know this is not easy but would like to explore any workarounds to achieve this.
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...