how to user marketo custom form without using iframe

Anonymous
Not applicable
right now we are using an ifram for caling custom form...but i dont want to use iframe for calling it
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
Can you please post a link again,th link works before but not know....
Anonymous
Not applicable
Anonymous
Not applicable
Hi, we are using custom forms outside of Marketo. The basic idea is that you create a form in Marketo and you'll need that ID. Now just create a page with a form. Point the <form action="XXX"> to a script you create (e.g. in PHP or Javascript). That script will use the SOAP API or Munchkin API to associate the lead (http://community.marketo.com/MarketoArticle?id=kA050000000Kyr7CAC). In the API you can set that a form was filled and you need to supply the form ID.