Sha256: 554b661c79cfaa4b84f16aefa78b1aca6d7316c3bfb511184e8159a403ff3964
Contents?: true
Size: 692 Bytes
Versions: 143
Compression:
Stored size: 692 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` (array(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
143 entries across 143 versions & 1 rubygems