Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Kelly,You may have the form set to a different follow-up page in the landing page itself. You can check this by going into the page, and editing the form. You'll be given three options for the redirect, Form Default, Custom URL, and stay on page. You may have a setting different from form def...
Hey Nick,You'll be able to do this after the release this friday using the 'In Future' operator for date fields.
Hey Dan,That's an unhandled error, I would need to see the full request in order to help diagnose that.
Hey David,Marketo has several AB testing features out of the box. You can check them out here(https://community.marketo.com/MarketoArticle?id=kA050000000LC8FCAW) and here(https://community.marketo.com/MarketoArticle?id=kA050000000LGT0CAO).
Hey Jessica,For cases like this, you can also use right-click>paste as plain text. This will paste without any formatting or additional markup, and let you skip the notepad step.
There are some very slight differences, such as the ability to prefill forms, or use progressive profiling, but choosing to use your existing CMS instead of Marketo landing page functionality is very valid.
Hey Jessica,You'll need to implement some custom code to do this using the forms 2.0 API(http://developers.marketo.com/documentation/websites/forms-2-0/). It would look something like this: MktoForms2.onValidate( function(form){ var vals = form.getValues(); if (vals.yourValue = thisValue){ //check ...
Ah I see now. You need to activate the campaign before it can be requested via the API. You can see in the get campaign response: ["active"] = bool(false) You'll need to go to the campaign in MLM and then go to schedule and activate the campaign. Once you've done so, you can request this campai...
Hey Daniel,Are you using /rest/v1/campaigns/2282/trigger.json as your URI? If you could possibly provide a copy of the request that would be useful as well.