hidden_note
(
nullable: true, editable: true, defaultValue: null, length: 255, alias: You can hide questions using the hidden appearance. This appearance can be applied to any question type, including groups and repeats. Questions hidden in this way will accept and submit default values and calculations.In this example, the sum of the two numbers is stored in a hidden integer question., type: esriFieldTypeString
)
integer_1
(
nullable: true, editable: true, defaultValue: null, alias: Enter a number, type: esriFieldTypeInteger
)
integer_2
(
nullable: true, editable: true, defaultValue: null, alias: Enter another number, type: esriFieldTypeInteger
)
integer_hidden
(
nullable: true, editable: true, defaultValue: null, alias: Sum of integers 1 & 2, type: esriFieldTypeInteger
)
compact_note
(
nullable: true, editable: true, defaultValue: null, length: 255, alias: (type = begin group or begin repeat, appearance = compact)Appears collapsed when form is first opened., type: esriFieldTypeString
)
compacted1
(
nullable: true, editable: true, defaultValue: null, length: 255, alias: This question doesn't display until the group is expanded., type: esriFieldTypeString
)
minimal_repeat_note
(
nullable: true, editable: true, defaultValue: null, length: 255, alias: (type = begin repeat, appearance = minimal)Questions inside the repeat won't be visible when the form is first opened, and won't submit any responses., type: esriFieldTypeString
)
minimalized
(
nullable: true, editable: true, defaultValue: null, length: 255, alias: Questions inside a minimal repeat won't submit any data, and no repeat records will be made, unless the repeat is opened., type: esriFieldTypeString
)
minimal_compact_note
(
nullable: true, editable: true, defaultValue: null, length: 255, alias: (type = begin repeat, appearance = minimal compact)Both the minimal and compact appearances can be applied at the same time., type: esriFieldTypeString
)
minimalizedcompacted
(
nullable: true, editable: true, defaultValue: null, length: 255, alias: As with the minimal appearance, no data is submitted unless the repeat is opened., type: esriFieldTypeString
)