Horde Form Types
The below is a list of form types that can be used in the addVariable function
| text |
40 character text input. |
| longText |
80x8 character textarea. |
| address |
Looks the same as longtext. |
| matrix |
Matrix (table) of checkbox inputs. |
| enum |
Dropdown from where a single value can be chosen. |
| set |
same as enum, dropdown |
| hourMinuteSecond |
Two (yes, two) drop down boxes with 0-23, 0-60. |
| monthDayYear |
Three drop down boxes in that order with javascript calendar popup chooser. |
| colorPicker |
color selector (popup) |