Ticket #9121: formpreview-doc.diff
File formpreview-doc.diff, 911 bytes (added by , 16 years ago) |
---|
-
docs/ref/contrib/formtools/form-preview.txt
27 27 a. If it's valid, displays a preview page. 28 28 b. If it's not valid, redisplays the form with error messages. 29 29 3. When the "confirmation" form is submitted from the preview page, calls 30 31 32 30 a hook that you define -- a 31 :meth:`~django.contrib.formtools.FormPreview.done()` method that gets 32 passed the valid data. 33 33 34 34 The framework enforces the required preview by passing a shared-secret hash to 35 35 the preview page via hidden form fields. If somebody tweaks the form parameters