Log in or register to vote.

collective.pfg.sslfield

New field for PloneFormGen to extract SSL data from the request

============
PFGSSLFields
============

This product adds a new field to use with `PloneFormGen`_, a user-configurable form creation product for `Plone`_.

Install this egg to your zope instance, install it with quickinstaller and you will have another field to add to your `PloneFormGen`_ forms: **ssl string field**.

This field is able to extract the value to populate itself from the request, looking at the SSL variable configured when creating the field. In this way, you can use a digital certificate in your browser, and this field will use the values in the certificate to fill the form.

Requisites
==========

To be able to extract ...

0