# Form Designer: Supported field behaviors

**URL:** https://discuss.workflowgen.com/t/form-designer-supported-field-behaviors/1745
**Category:** Form Designer
**Created:** [December 23, 2020, 10:06pm UTC](https://discuss.workflowgen.com/t/form-designer-supported-field-behaviors/1745 "2020-12-23T22:06:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wfg-admin](https://yyz2.discourse-cdn.com/flex030/user_avatar/discuss.workflowgen.com/wfg-admin/32/714_2.png) [@wfg-admin](https://discuss.workflowgen.com/u/wfg-admin)
#### Post date: [December 23, 2020, 10:06pm UTC](https://discuss.workflowgen.com/t/form-designer-supported-field-behaviors/1745/1 "2020-12-23T22:06:50Z")

</div>

This table lists the supported behaviors (required, read-only, or hidden) by form field type. For more information, see the [Field & section behavior](https://docs.workflowgen.com/admin/form/form-appearance-and-management#field-and-section-behavior) section in the [WorkflowGen Administration Guide](https://docs.workflowgen.com/admin/).

| Field | Required | Read-only | Hidden |
| --- | --- | --- | --- |
| File attachment (Standard .NET `FileUpload` control) | ✅ | ✅ | ✅ |
| File attachment (`WorkflowFileUpload` control) | ❌ | ✅ | ✅ |
| CheckBox | ❌ | ✅ | ✅ |
| CheckBoxList | ❌ | ✅ | ✅ |
| CheckBoxListVertical | ❌ | ✅ | ✅ |
| Currency | ✅ | ✅ | ✅ |
| Date | ✅ | ✅ | ✅ |
| DateTime | ✅ | ✅ | ✅ |
| DropdownListBox | ✅ | ✅ | ✅ |
| Gridview |   ✅ **\*** | ✅ | ✅ |
| Gridview - Column |   ✅ **\*** | ❌ | ❌ |
| Label | ❌ | ❌ | ✅ |
| ListBox | ✅ | ✅ | ✅ |
| Numeric | ✅ | ✅ | ✅ |
| Password | ✅ | ✅ | ✅ |
| RadioButton | ❌ | ✅ | ✅ |
| RadioButtonList | ✅ | ✅ | ✅ |
| RadioButtonList Vertical | ✅ | ✅ | ✅ |
| ReadOnlyCurrency | ❌ | ❌ | ✅ |
| ReadOnlyDate | ❌ | ❌ | ✅ |
| ReadOnlyDateTime | ❌ | ❌ | ✅ |
| ReadOnlyNumeric | ❌ | ❌ | ✅ |
| ReadOnlyText | ❌ | ❌ | ✅ |
| TextArea | ✅ | ✅ | ✅ |
| Text | ✅ | ✅ | ✅ |

‌\* Not supported in field conditions.
