MCSA guy who likes to hang out in the community going through the people's opinions, thoughts about the product and also answering questions/issues for fellow Marketo users. Have built few custom connectors for integrating the Marketo with other Adobe Marketing tools like Analytics, AEM, Target for extending Marketo's functionality. Have extensively worked on Marketo APIs along with the org level Marketo setup. Let's connect for a discussion on anything revolving around MarTech. ;)
@Orij, here is Sandy's blog on how to implement the Marketo form prefills on external web pages. You're better off implementing this and relying on the native form prefill for user...
Yes, technically you can use the JS for this, but in general using PII in the URL parameter doesn't sound very solid to me (I stay a bit wary of it). What is your exact use case he...
Lurkers could refer to this thread for more ideas on this. In a nutshell, you could either house the padding/white space/etc. in the respective content module itself or use the vel...
@Hoppers13, alittle rationale behind this is that because the activities performed by recipients of the alert email are not performed by or on the original person, they are not log...
IMO reCaptcha can help you identify and prevent bot submissions, but no such service is 100% fail-proof. Marketo OOTB de-duplicates records based on the Email Address, so people wi...
Velocity script can reference script/variables set in other VTL tokens, given that they are also referenced/added in the same email asset itself. However, velocity can't access pla...
Agree with Katja here!
This feature is provisioned for users so they don't need to use and remember separate email aliases and passwords for accessing multiple Marketo instances.
You add the action to be performed (re-direct to a thank-you page or display a success message) using the form.onSuccess method. There are a lot of posts already on the community t...
I'd recommend using the background form submission instead of the submit form API, as the latter consumes API calls, rate limits, and needs you to route the requests to the backend...
There could be a number of things that you could check -
Are the fields and values added in the campaign's SL exactly the same as the ones you're checking on the record? I've see...