Hi all,
I am looking for some help figuring out how to best implement the submissions coming from non-marketo form - it's a multi page format, and collecting information on each page, and the email address on the last page.
What's the best way to implement this so we can trigger campaigns based on the form fills, ensure that all submissions sync to marketo?
Thanks,
Khush
Solved! Go to Solution.
You should check out the Marketo background form submissions process linked here. You could collect the form data as the user progresses and submit it as one single post to Marketo when the user completes the non-Marketo form submit. This method uses Forms 2 JS API to submit a hidden Marketo form with the form data appended to the apt. hidden fields during the form submit.
You should check out the Marketo background form submissions process linked here. You could collect the form data as the user progresses and submit it as one single post to Marketo when the user completes the non-Marketo form submit. This method uses Forms 2 JS API to submit a hidden Marketo form with the form data appended to the apt. hidden fields during the form submit.
What Smart Campaigns do you want to trigger before you know the person’s email address?