-
Notifications
You must be signed in to change notification settings - Fork 0
Information Field
Mark Wilkinson edited this page May 17, 2016
·
1 revision
The information field allows you to simply out information for the user as HTML. There is no input associated with this field type.
- id (string) (required)
- name (string) (required) Field display name. Used as field label.
- type 'information' (string) (required)
array(
'id' => 'example_information_field',
'name' => 'Example Information Field',
'type' => 'information',
'info' => '<p>This is the information to display.</p>',
),