hidden_note
(
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, length: 255, editable: true, nullable: true
)
integer_1
(
alias: Enter a number, type: esriFieldTypeInteger, editable: true, nullable: true
)
integer_2
(
alias: Enter another number, type: esriFieldTypeInteger, editable: true, nullable: true
)
integer_hidden
(
alias: Sum of integers 1 & 2, type: esriFieldTypeInteger, editable: true, nullable: true
)
compact_note
(
alias: type begin group or begin repeat
appearance compact
Appears collapsed when form is first opened., type: esriFieldTypeString, length: 255, editable: true, nullable: true
)
compacted1
(
alias: This question doesn't display until the group is expanded., type: esriFieldTypeString, length: 255, editable: true, nullable: true
)
minimal_repeat_note
(
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, length: 255, editable: true, nullable: true
)
minimalized
(
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, length: 255, editable: true, nullable: true
)
minimal_compact_note
(
alias: type begin repeat
appearance minimal compact
Both the minimal and compact appearances can be applied at the same time., type: esriFieldTypeString, length: 255, editable: true, nullable: true
)
minimalizedcompacted
(
alias: As with the minimal appearance, no data is submitted unless the repeat is opened., type: esriFieldTypeString, length: 255, editable: true, nullable: true
)