Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Paul,Is this a normal marketo form? If so, you should be able to use the normal 'mktFrmSubmit' ID populated by default.
Hey Heather,The most important thing to make sure of prior to establish the integration is ensuring that your IT team has set up and vetted your ADFS and IFD configurations so that Marketo can access your CRM. I'd also recommend ensuring that you had a good grasp on which fields from CRM you requir...
That's correct, Dan. The MSD sync uses a different component from the SFDC sync so it does not report exactly the same data. I would recommend adding that in the ideas section, though.
Hey James,Could you provide an example URL from the Main domain and the subdomain? If you don't want to do so publicly, please log a support case with these so that we can help determine the cause of the tracking failure.
Hi Melinda,I apologize we couldn't help you with this one initially. This issue is the result of the sync user having insufficient permissions to access a Record Type which Marketo is trying to attach to the record being synched. ‘Insufficient access’ may also indicate that the record type doesn’t...
Hey Peter,It might help if you could provide a little more context here. What resource are you trying to access, and what are you trying to accomplish?
Hey Bob,There shouldn't be any concerns with a fresh marketo sandbox. As long as your sync user is set up, it should be as simple as inputting the new creds.
Hey Ron,The Gmail plugin is fully compatible with Mac.
Hey Sean,It would look like this:1. Users Fills Out Form2. When the Submit button is pressed, during the onValidate or onSubmit callback, send an AJAX call to your webhook.3. On AJAX success(or Failure), use the addHiddenFields() and vals() methods to create fields and values from the AJAX response ...
Hey Ben,In order to stop form submission with the forms API, you would want to use AJAX in the onValidate method to check for failures, and then add the fields which you need in the form submission rather than using the Call Webhook flow step.