Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The POST URL for a form is https://
Like any URL param, this can be captured into a hidden form field. You can then automatically submit the form (the user doesn't need to know this happened!).
Where are you publishing this schedule so it can be accessed via the web? That's the first question. Bringing it into the LP follows from that.
[a] You are not using whenReady() on that landing page now.[b] You are still trying to use loadForm() but the call to MktoForms2.loadForm() actually appears in the HTML before the Mkto forms.js is loaded, hence the loadForm() fails (you can see this in your Web Console).
I meant the actual URL. Unless you are working for that porn site, which is fine, but the page does not exist.
Please post the URL of your landing page.
whenReady() is the equivalent of loadForm(). Try adding your form.onSuccess() listener inside of whenReady().
Don't use the embedded form syntax (MktoForms2.loadForm) on a Marketo LP.Drag the form into the page and then, to add event handlers, use MktoForms2.whenReady,The 2 methods are distinguished in the Forms 2.0 developer docs.
@Josh Reminders can indeed be part of standard ICS files. They are not only local settings.@Ashley P see https://social.msdn.microsoft.com/Forums/office/en-US/855f5de0-2f39-41ad-8380-e8b35d7c82dd/valarm-in-outlook?forum=outlookdev . I don't off-the-top if Marketo can include the VALARM but you can b...
You really need to use a true one-to-many setup past a certain point. You can use a Marketo custom object (which costs $) but maybe could get away with using something like Munchkin synthetic clicks on /purchase/productN. Those are always one-to-many (like any web activities). The disadvantage is th...