Hi Emily,The 'Program Status' flow step choice looks only at the program status of the parent program, so if leads qualified for the campaign are not in the Registered status of th...
Hi Kim,In the stage, areyou sure that you're setting your Email column to 'Email Address'? Similarly named field sometimes cause this issue when the incorrect field is chosen.
Hey Nate,You'll want to create a smart campaign with Smart List Fills Out Form, and Flow, Change Data Value, MyField, New Attribute is {{trigger.Web Page}}
As Sanford suggested, logging a custom munchkin event is probably the best way to go about this. You'll probably want to use the onFormRender method to do a callback when the form ...
Hi Anil,Are you setting a client-side connection timeout? Can you provided a (redacted) copy of the exact call which you're making? How many records are available in your target li...
Hey Justin,POSTing is an artifact of Marketo Forms and was not designed for data transmission outside of forms. There are IP-based rate limits on the end point which can blacklist ...
Hi Sheila,Assuming you're using a Forms 2.0 form, you should use the forms 2.0 API:http://developers.marketo.com/documentation/websites/forms-2-0/ the .vals() and .setValues() meth...
I would strongly encourage you to use the SOAP or REST APIs in lieu of the HTTP POST method. If you do choose to use HTTP POST, please reference this article for an up to date expl...