How to support multiple form pages in Edit Entry
This functionality is currently in testing and may have bugs. If you encounter any issues while running this code, please let us know!
By default, Edit Entry doesn't support multi-page forms; we are currently developing support for this functionality.
If you would like to enable support, add the following code to your site ( here's how to add the code):
add_filter( 'gravityview/features/paged-edit', '__return_true' );
When enabled, there are some differences in behavior that you should be aware of.