Updated Home (markdown)
parent
d58c9bd1c2
commit
5d851546c5
4
Home.md
4
Home.md
|
@ -11,6 +11,7 @@ By default, Camunda Modeler supports a very limited set of form field types. To
|
|||
You will need to add the following custom types (select `custom type` in the Type dropdown):
|
||||
- `textarea`
|
||||
- `file`
|
||||
- `files`
|
||||
- `tel`
|
||||
- `email`
|
||||
|
||||
|
@ -26,7 +27,8 @@ Then to display each of the following types of form fields, set the type and, in
|
|||
| Checkboxes | `enum` | `enum_type` | `checkbox` |
|
||||
| Radio buttons | `enum` | `enum_type` | `radio` |
|
||||
| Textarea (multi-line text) | `textarea` (Custom Type) | n/a | n/a |
|
||||
| File | `file` (Custom Type) | n/a | n/a |
|
||||
| Single File | `file` (Custom Type) | n/a | n/a |
|
||||
| Multiple Files | `files` (Custom Type) | n/a | n/a |
|
||||
| Telephone number | `tel` (Custom Type) | n/a | n/a |
|
||||
| Email address | `email` (Custom Type) | n/a | n/a |
|
||||
|
||||
|
|
Loading…
Reference in New Issue