-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Currently, we don't support multiple pages in Edit Entry. We should.
- Add a setting to enable paged edit on the "Edit Entry" settings tab (Resolved by [WIP] Edit Entry: Multi-page form setting #1664)
- When enabled, return true on the
gravityview/features/paged-edit
filter (or add a check for View settings inclass-edit-entry-render.php
around line 1142. -
Add support for Review Page: https://www.gravityhelp.com/documentation/article/gform_review_page/I realized this doesn't make sense, since we're saving each page of the form as it happens - Support Conditional Logic page breaks
- Make sure validation is properly handled for multi-page forms