Problem:
Toolset Forms are single-page forms that publish (or edit) a post all at once. Is it possible to break a long form into smaller steps that can be completed one at a time?
Solution:
This can be achieved by splitting the form fields into a series of smaller forms—containing only the fields required for that step—and then chaining the forms together using redirect hooks to advance from one form to the next.