Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi David,This is not specifically tailored for an HTML form, but it should provide all of the info you need to make your own form. To get your field names, go to your Admin->Field Management section, and select Export Field Names. The SOAP API names are the ones which you want for form submission.
Hi Amanda,You'll want to set to Minimum Number of times constraint to 2. This will pick up anyone who visits a page mroe than once.
Hey Jeremy,Your email client should not have any affect on your Marketo functionality, as marketo emails are not sent from it.
Hi Katie,You're missing a forward slash at the beginning of the src attribute. It should start like '/rs' instead of 'rs'
Support is aware of the issue and Engineering is working on a fix.
Hi Jamie,You can follow the instructions in this article to set up your own personalized branding domain for email links: https://community.marketo.com/MarketoArticle?id=kA050000000LK86CAG
You can find some sample code for C# here: https://community.marketo.com/MarketoResource?id=kA650000000Guf0CAC
I think we had some old sample code for a previous WSDL version. I'll see I can dig it up.
Hi Stan,We do not set a cookie in the browser automatically if a lead has filled out a form, but it should be quite simple to implement one yourself. You can also use getLeadActivity from our SOAP to check for Form Fillouts on a records, but that'll require some servers-side work. Setting the cook...
Hi Jennifer,You'll need to set the program status of the records in question first to 'Not in Program' and then advance them to the desired stage. Make sure that you keep a static list of the records, and can keep track of where they need to be.