SOLVED

Sending and tracking multi page information submissions from a non marketo form

Go to solution
khushbooyadav
Level 1

Sending and tracking multi page information submissions from a non marketo form

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

1 ACCEPTED SOLUTION

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Sending and tracking multi page information submissions from a non marketo form

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. 

 

View solution in original post

2 REPLIES 2
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Sending and tracking multi page information submissions from a non marketo form

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. 

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Sending and tracking multi page information submissions from a non marketo form

What Smart Campaigns do you want to trigger before you know the person’s email address?