My developer is trying to create a static Marketo on our website using this documentation: http://developers.marketo.com/blog/server-side-form-post/)) However when we test the form, we are getting the following error:
ErrorCode: 400
Message: {leadCapture/Save2} Approved form not found.
Can anyone else solve this mystery for us?
Solved! Go to Solution.
That blog post talks about the leadCapture/save API not save2
Hi Clark,
ONe of the call parameters is probably wrong. Without the calling code, hard to tell
-Greg
Hi Clark,
Our developer has the same problem. How did you fix it?
Sounds like the formid probably had a value that didn't exist in Marketo (i.e. the form with that id either was not approved or did not exist at all).
I think this is not the case. this is also happening on my end. I have the form created and approved but we still get this error
You probably aren't setting the field formVid to the form ID (same value as formid)..
setting the parameter to formVid instead of "formid" Worked!
Good news. But you should be passing formid and formVid when emulating a form post, within the current API. Set them to the same value.