SOLVED

Re: Asynchronous Form submission

Go to solution
Anonymous
Not applicable

Asynchronous Form submission

Hi Community!
I am switching out our forms on our website to using marketo forms (adding the embedd code to pages), 
here is our current architecture: a Multi Step form: 
  • Step 1: 
    • General Information (Email, Name, Phone, Zip) 
    • Asyncronus submit (Ajax) to Step 2 ----->
  • Step 2 
    • Specific information based on details given in step 1
    • Syncronus submission (POST) to a thank you page
Replacing this with marketo forms, i know that both steps have to be seperate forms, but can i still Asyncronusly submit to step 2? i havnt found any discussions around this or articles detailing it, but it seems like it would be a common request. 

Any Help would be REALLY appreciated! 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Asynchronous Form submission

I suppose you can do this. I wonder if you need to bother with Async though, because the lead will collect the data and post it to the next form as prefill. You'll have to test that because there might be a delay if you are also relying on data management campaigns to update other fields based on the first form.

View solution in original post

2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: Asynchronous Form submission

I suppose you can do this. I wonder if you need to bother with Async though, because the lead will collect the data and post it to the next form as prefill. You'll have to test that because there might be a delay if you are also relying on data management campaigns to update other fields based on the first form.
Anonymous
Not applicable

Re: Asynchronous Form submission

Thanks for the quick reply!!!
I'm just alittle worried about the performance of submitting two forms with a full page load in between.

I guess have to test it and see.