#4362 closed (duplicate)
Formpreview doesn't allow preview and correction form on different pages
Reported by: | Indy | Owned by: | nobody |
---|---|---|---|
Component: | contrib.formtools | Version: | dev |
Severity: | Keywords: | formtools, preview | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The current form preview displays the preview and correction form on one page. This is not very handy for complex and/or custom forms. Sometimes you want to display only a preview and place a submit and change button below it.
The attached patch allows the placement of a submit button with dyamic name {{ edit_field }} below the preview page. If this button is pressed the orginial form is shown to correct the data.
Attachments (2)
Change History (4)
by , 17 years ago
Attachment: | preview.diff added |
---|
by , 17 years ago
Attachment: | preview.2.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
If you want multiple pages, you want a wizard.
comment:2 by , 17 years ago
Grump. That was supposed to be a clever link to #3218. Should've used preview.
Done a minor correction