tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Make the Action "Edit Form" Open the Summary Page Instead of the First Page #2424

Closed newmanju closed 3 years ago

newmanju commented 3 years ago

Currently when a user clicks the action "Edit Form", the first page of the wizard form is opened. The change requested is to make the summary page open instead. This will allow for easier navigation and better usability for large, intricate forms with many pages.

gsteimer commented 3 years ago

@newmanju - can this be configurable in the action? I.e. - open on the first page or in the summary?

gsteimer commented 3 years ago

Also - we definitely need to test to make sure this works properly for old forms created before the change goes in

newmanju commented 3 years ago

Closed with SVN Revision 26458:

Added a config setting to the "Active Wizard Forms" section of the admin settings. The configuration toggles whether the user should navigate to the summary page or not when the user resumes editing a form. The default behavior is to navigate the user to the first page of the form when editing resumes.

NOTE: No wizard config for a form will exist if it hasn't been viewed in the "Active Wizard Forms" section of the admin settings. In this case, the default behavior of navigating to the first page of the form is used.

CR: dgrumieaux, aking