custom_fields_update_custom_field
Update a GoHighLevel custom field by ID. Modify its name, options, description, placeholder, and form visibility to keep field data accurate.
Instructions
Update Custom Field By Id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | Field name | |
| options | No | Options for the field. Important: Providing options will completely replace the existing options array. You must include all existing options alongside any new options you wish to add. Removal of options is not supported through this update. Applicable only for SINGLE_OPTIONS, MULTIPLE_OPTIONS, RADI | |
| locationId | No | Location Id Defaults to GHL_LOCATION_ID when omitted. | |
| description | No | Description of the field | |
| placeholder | No | Placeholder text for the field | |
| showInForms | Yes | Whether the field should be shown in forms | |
| maxFileLimit | No | Maximum file limit for uploads. Applicable only for fields with a data type of FILE_UPLOAD. | |
| acceptedFormats | No | Allowed file formats for uploads. Options include: .pdf, .docx, .doc, .jpg, .jpeg, .png, .gif, .csv, .xlsx, .xls, all |