Sha256: ed338dbc14b472b1a292bb258fdfdd8bd44695808afc8daec59fa354c84b4373
Contents?: true
Size: 685 Bytes
Versions: 156
Compression:
Stored size: 685 Bytes
Contents
# FormField ## Example FormField Object ``` { "id": 1, "label": "Sample Label", "required": true, "help_text": "Help Text", "field_type": "text", "options_for_select": [ "red", "green", "blue" ], "default_option": "red", "form_field_set_id": 1 } ``` * `id` (int64): Form field id * `label` (string): Label to be displayed * `required` (boolean): Is this a required field? * `help_text` (string): Help text to be displayed * `field_type` (string): Type of Field * `options_for_select` (string): Options to display for radio and dropdown * `default_option` (string): Default option for radio and dropdown * `form_field_set_id` (int64): Form field set id
Version data entries
156 entries across 156 versions & 1 rubygems