How to break up a long form?

Hi Guys,
I have a very very long form - as a part of a information gathering process.
Currently I have divided the form into multiple child Templates for a good User Experience and with each Template submission, I’m keep updating that document into collection.
Just wondering, Is this a good practice ? or Are there any alternatives for this ?

Are you using AutoForm? If so I’d recommend checking out the forwarder:autoform-wizard package. It provides a nice and clean way to split large forms up into a multi-step wizard like flow. It works quite well.

1 Like

Nope Willson, Not using a AutoForm at this moment, Are you advising a use of AutoForm.
Currently it’s just a bunch of Templates.

As per @hwillson’s advice, long forms are best broken down into wizards to prevent too much scrolling and information overload for the user.

1 Like

If you’re using Blaze, then yes - aldeed:autoform is the way to go.

1 Like

I found this easier than forwarder:

useful:wizard

works with autoform or regular forms

1 Like