Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
So, I tested by pasting code over to a php file and it seems to work fine.What I find out is that the /save2 entry point is not called -- is this something we can call directly?
So I tried the method you mentioned and also this method and notice weird behaviors.This is my code setup:window.MktoForms2.loadForm( MARKETO_BASE_URL, // can use either LP domain or Marketo domain MARKETO_MUNCHKIN_ID, formId, function(form) { form.onSubmit(() => { cons...
In that case, does Marketo provide API to submit form? I don't see in the REST API documentation - https://developers.marketo.com/rest-api/endpoint-reference/endpoint-index/. It does provide enough API to build form (such as fields), but nothing to submit the form itself.