An array of Form Field objects containing the name and type of each named field.
| Name | Type | Description | Notes |
|---|---|---|---|
type*required |
str |
||
api_id |
str |
A unique id for the form field. | |
name |
str |
The name of the form field. | |
signer |
str |
The signer of the Form Field. | |
x |
int |
The horizontal offset in pixels for this form field. | |
y |
int |
The vertical offset in pixels for this form field. | |
width |
int |
The width in pixels of this form field. | |
height |
int |
The height in pixels of this form field. | |
required |
bool |
Boolean showing whether or not this field is required. | |
group |
str, none_type |
The name of the group this field is in. If this field is not a group, this defaults to null except for Radio fields. |