Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks, Sanford. I was able to find the problem when exporting fields from Marketo. The SOAP API name appends an extra underscore! Once I copied that in my code, it fixed the problem! REST API NameSOAP API NamelastWpCategory__clastWpCategory__clastWpTag__clastWpTag__clastWpTitle__clastWpTitle__c
Hi All- I created the custom script to allow our team to pull page meta data into a hidden field. It seems to work properly, and the values appear in the web console. However, I can't figure out why the fields are not populating in Marketo. The fields are mapped to Salesforce.This screenshot shows t...
Hi all, Does anyone have experience using Javascript to auto-format a phone number while someone types it? I know you can use "mask input" to request a specific format, but I'm more interested in having Javascript do this for the user automatically as they type. I find this to be a pretty slick user...