gohighlevel-php-sdk

Forms Resource

Form

The Form class provides methods for managing forms and their submissions within a GoHighLevel account. You can retrieve form submissions, upload files to custom fields, and list all forms for a specific location.


submissions(string $locationId, array $params = []): array|string

This method retrieves a list of all form submissions for a given location.


uploadToCustomFields(string $locationId, string $contactId): array|string

This method uploads files to a contact’s custom fields. The API endpoint for this is a POST request.


list(string $locationId, array $params = []): array|string

This method retrieves a list of all forms for a specific location.