Skip to main content
Level 4
November 19, 2015
Question

/index.php/leadCapture/save returns 404

  • November 19, 2015
  • 1 reply
  • 1937 views

Hi

im trying to server site post a form, but im getting a 404 all the time when calling

    <form id="myform" action="app-lon02.marketo.com/index.php/leadCapture/save" method="POST">

Any advice?

1 reply

Grégoire_Miche2
Level 10
November 19, 2015

Hi @Rasmus Bidstrup,

Is this a form 2.0 or 1.0 ?

If it's 2.0, you should rather use the forms 2.0 API (Forms 2.0 » Marketo Developers ).

-Greg

Level 4
November 19, 2015

The issue is that i want it as a POST from a currect form on an external landingpage, so i dont want to embed the Marketo form.

Found out i need to use app-lon02.marketo.com/index.php/leadCapture/save2​ with a 2 at the end.. but now im just getting an Error 400 instead 😞