# Deprecated Context API

|        Key       |                                                        Type                                                       | Description                                                                                                         |
| :--------------: | :---------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------- |
| `getFieldValues` |                                                     `function`                                                    | Fetch all of the form and hidden field values of the current user.                                                  |
| `setFieldValues` |                                                     `function`                                                    | Pass in an object of the shape `{<fieldId>: <fieldValue>}` to update the user's form field and hidden field values. |
|  `getFormFields` | `() =>` [`fieldData`](https://docs.feathery.io/react/api-guide/form/event-handlers/onsubmit#fielddata-definition) | Returns information for all fields in the form.                                                                     |
