FORMFIELDOPTIONS
- Last Updated: March 4, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- HubSpot 8.0
- Documentation
Endpoint
https://api.hubapi.com/forms/v2/fields/{FormGUID}
Parent Table
FORMFIELDS
Columns
The FORMFIELDOPTIONS table contains the following columns. Columns marked with an asterisk comprise the primary key.
| Column Name | Data Type | Notes |
|---|---|---|
| FORMFIELDS_FORMGUID* | VarChar(64) | References: FORMFIELDS.FORMGUID |
| FORMFIELDS_LABEL* | VarChar(64) | References: FORMFIELDS.LABEL |
| POSITION* | Integer | |
| DISCRIPTION | VarChar(64) | |
| DISPLAYORDER | Integer | |
| DOUBLEDATA | Double | |
| ISHIDDEN | Boolean | |
| LABEL | VarChar(64) | |
| READONLY | Boolean | |
| VALUE | VarChar(64) |