Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Any specific reason why you can not alter the database table to add additional columns instead of creating a new table altogether? What if I add columns twice in the custom object after approving it initially? Will it now have 3 tables instead?
I have used Zapier and confirm it only updates marketo based on email address. At the same time, agree to Sanford, why are you syncing data back in Marketo? Since you mentioned Zapier, assuming you are using Zapier email parser, why don't you send SMS from Zapier itself?Regards,Amit
Interesting, I believe you have created a middleware for the lookup using REST API, right? Or is there any way to directly lookup the data using JS (munchkin API or form 2.0)?
You can consider enabling a composite key for the lead records in Marketo. You can have a product_code assigned to each of your products and ask marketo to switch the de-deupe key from Email address to a composite key i.e. Email Address + Product Code. This way you will have a different records for ...
If the number of contacts are limited, you can try putting that in RCE as an filer on email address. I don't see any other option available for such reports.
Try putting the CSS "display:${variable};" into the section instead for each content block and add "!important" in the end, it will look like "display:${variable} !important;"
Hi Ankit,I guess the issue is with following lines: var customForm = document.querySelector("#commandDEsk2_form"),customFormButton = customForm.querySelector("input[type='button']");can you try instead: var customForm,customFormButton ;customForm= document.querySelector("#commandDEsk2_form");customF...
***Originally posted on "The Marketing Automation blog". For latest updates, follow this LinkedIn PageFor all day to day marketing activities in #Marketo, you start with creating a program. Marketo programs are very powerful tool to manage your marketing assets and track the campaign performance. To...
Just found this interesting Blog you can consider to make the form look more amusing.. https://nation.marketo.com/groups/san-antonio/blog/2019/08/23/tips-tricks-converting-checkboxes-to-switches
Web-forms are being used widely to collect information of potential customers. Everyday people visit tens of websites and have fill out their information to access certain marketing content. Though it is necessary for a business to capture the information of their prospects but it can be a tedious t...