Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.pfg.showrequest

How to install collective.pfg.showrequest

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.pfg.showrequest
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3
0.6Never BuiltWhy not?
0.3 Available View build log
0.2.0 Available View build log
0.1.0 Available View build log
Windows (64-bit)
0.2.0
0.6Never BuiltWhy not?
0.2.0 Available View build log
0.1.0 Available View build log
Mac OS X (10.5+)
0.6 Available View build log
0.3 Available View build log
0.2.0 Available View build log
0.1.0 Available View build log
Linux (32-bit)
0.6 Available View build log
0.3 Available View build log
0.2.0 Available View build log
0.1.0 Available View build log
Linux (64-bit)
0.6 Available View build log
0.3 Available View build log
0.2.0 Available View build log
0.1.0 Available View build log
 
License
BSD
Lastest release
version 0.6 on May 8th, 2013

Introduction

collective.pfg.showrequest shows field labels and values on the next form generated by PloneFormGen.

Currently tested with
  • Plone-4.3
  • Products.PloneFormGen-1.7.8
  • Python-2.7.x

Sometimes, you might need to chain forms to create wizard like forms where you want to show 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 (Form2) where you want to show the field results.

There is Show Request button under Actions, so click it. Input field ids from the previous form (Form1) and save it.

  • The order will effect the resulting order.

Copy the field types from the Form1 to the Form2 with default values and overrides empty.

  • To show the field result correctly, you need to have the same field in both Form1 and Form2 for the showing fields.

You will see previous form results above the content body now like it is on thanks page.

Changelog

0.6 (2013-05-06)
  • Moved test packages to extras_require. [taito]
  • Tested with Plone-4.3. [taito]
0.5.1 (2013-03-23)
  • Updated to work with Products.PloneFormGen-1.7.7. [taito]
  • Tested with Plone-4.2.5. [taito]
0.5 (2013-01-06)
  • Tested with Plone-4.2.3 and Products.PloneFormGen-1.7.6. [taito]
  • Added testing integration to Travis CI. [taito]
0.4 (2012-11-14)
  • Tested with Plone-4.2.2 and Products.PloneFormGen-1.7.4. [taito]
0.3 (2012-09-17)
  • Tested with Plone-4.2.1. [taito]
0.2.0 (2011-04-22)
  • Added control on showing field results.
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

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

Subscribe to package updates

Last updated May 8th, 2013

Download Stats

Last month:3

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.