Re: Are you able to build multi-step forms with Marketo?

Anonymous
Not applicable

Are you able to build multi-step forms with Marketo?

I've seen other form builders that allow multi-part forms to help increase conversion rates with longer forms, but I haven't been able to find any instructions on creating this with Marketo forms. Does anyone know if this is possible?

4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: Are you able to build multi-step forms with Marketo?

There are a few threads on this. It would be ideal for you to share more about your use case.

Mark_Price
Level 7

Re: Are you able to build multi-step forms with Marketo?

Hi Hannah,

This is certainly possible!   How you do it relies on a lot of criteria...  As a general guideline to get you started these are some ways I've done it:

A: If using a Marketo Landing page, you could create a 'Step 1 page with a form' and a 'Step 2 page with the other details'

B: use 2 MKTO forms and some jquery or javascript to force the desired behavior (you will need a competent webdev)

C: use 1 form with a lot of fields and use a tricky script to show / hide Nth child items (also needs a webdev)

I'm sure there are others, but hopefully this gives you an idea. 

SanfordWhiteman
Level 10 - Community Moderator

Re: Are you able to build multi-step forms with Marketo?

Yep, demo forms + code via these old posts:

https://nation.marketo.com/thread/22174

https://nation.marketo.com/message/92129

Remember to search the Community first!

And note Progressive Profiling can't actually accomplish the same thing because of timing quirks. Loading the same form immediately after fillout is not guaranteed to show the next set of fields.

Devraj_Grewal
Level 10 - Champion Alumni

Re: Are you able to build multi-step forms with Marketo?

Here is another resource I used to create multi-part forms: How to Build Multi-part Forms