Form builder
Create form fields
Combobox (choice) fields and widget annotations can be added programmatically. There are several properties and widget flags as highlighted below:
Widget flag | Description | Unique to combobox? |
---|---|---|
READ_ONLY | The field value cannot be changed. | No |
REQUIRED | The field must have a value when exported. | No |
COMBO | The field is a combobox. Must be true. | No |
MULTI_SELECT | The field can have multiple selected values. | No |
EDIT | If true, the combobox will include an editable text box with a dropdown. | Yes |
Annotations and fields should be added to the document only after the document has finished loading. See Create New Form Fields Overview for more.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales