Introduction
============

Readonly FormGen String Field (quintagroup.ploneformgen.readonlystringfield) is
a Plone product that allows to add Readonly String Field to the form, created
with PloneFormGen product.

Usage 
-----

* Add Readonly String Field as a usual String Field to PloneFormGen form.

* Insert 'Default Value' or 'Default Expression' expression, that will be
  evaluated when the form is displayed to get the field default value.

* That value will be displayed on every form submission as a default value,
  but will not be editable.

* If under some circumstances you need to make readonly field editable, then
  set appropriate condition in Edit Mode field.

Supported Plone versions
------------------------

* 3.x

Dependencies
------------

* PloneFormGen

Authors
-------

* Vitaliy Podoba - piv@quintagroup.com
