text field for displaying only content in a form
text
This is a special field: its value is simply displayed. For example
when you don't want users to change their login names once they're
registered, you may use this field type to display his/her login
name in the 'update your profile' form.
Please note, that the value of this element is NOT returned
by $clonefish->getElementValues().
- Definition:
<php $config = Array( 'id' => Array( 'type' => 'text', 'displayname' => 'This is an informational field', 'value' => 'Some string here' ) ); ?>
