Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#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)

preview.diff (1.2 KB ) - added by Indy 17 years ago.
preview.2.diff (1.3 KB ) - added by Indy 17 years ago.
Done a minor correction

Download all attachments as: .zip

Change History (4)

by Indy, 17 years ago

Attachment: preview.diff added

by Indy, 17 years ago

Attachment: preview.2.diff added

Done a minor correction

comment:1 by Jacob, 16 years ago

Resolution: duplicate
Status: newclosed

If you want multiple pages, you want a wizard.

comment:2 by Jacob, 16 years ago

Grump. That was supposed to be a clever link to #3218. Should've used preview.

Note: See TracTickets for help on using tickets.
Back to Top