Skip to main content

Show contents of request like previous form inputs in viewlet.

Project description

Introduction

Shows field labels and values on the next form generated by PloneFormGen.

Currently tested with

  • Plone-3.3.5

  • Plone-4.1b2

  • Products.PloneFormGen-1.6.0

Sometimes, you might need to chain forms to create wizard like forms where you want to see field input results from the previous form. This package serves for this need by simply registering viewlet to plone.app.layout.viewlets.interfaces.IAboveContentBody interface.

How To

Once you have quickinstalled collective.pfg.showrequest, go to the Form Folder where you want to show the field results. Check that you have thanks page in the Form Folder folder since this package uses its method displayInputs to show the inputs results. You do not need to check the thanks page in the Edit form of the Form Folder.

There is Show Request button under Actions, so click it. You will see previous form results above the content body now like it is on thanks page.

  • All the field labels and values will be shown.

Changelog

0.1.0 (2011-04-21)

  • Initial release

Installation

If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:

  • Add collective.pfg.showrequest to the list of eggs to install, e.g.:

    [buildout]
    ...
    eggs =
        ...
        collective.pfg.showrequest
  • Re-run buildout, e.g. with:

    $ ./bin/buildout

Credits

  • Pekka Saari from the Finnish Association for Nature Conservation (Suomen Luonnonsuojeluliitto) who uses this package in their site: http://www.sll.fi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.pfg.showrequest-0.1.0.zip (27.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page