Form builder
Create form fields
Text fields and widget annotations can be added programmatically. There are several properties and widget flags as highlighted below:
Widget Flag | Description | Unique to text? |
---|---|---|
READ_ONLY | The field value cannot be changed. | No |
REQUIRED | The field must have a value when exported. | No |
MULTILINE | The field may contain multiple lines of text. | Yes |
COMB | The field shall be automatically divided into as many equally spaced positions as the value of the max length. | Yes |
DO_NOT_SCROLL | The field shall not scroll (horizontally for single-line fields, vertically for multiple-line fields) to accommodate more text than fits within its annotation rectangle. | Yes |
DO_NOT_SPELL_CHECK | The field text shall not be spell-checked. | 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