Deprecated Context API
Context functions that have been deprecated and will be fully removed in a future SDK release
Key | Type | Description |
---|---|---|
|
| Fetch all of the form and hidden field values of the current user. |
|
| Pass in an object of the shape |
|
| Returns information for all fields in the form. |
fieldData
Definition
fieldData
Definition The object keys are unique field IDs, defined in the Feathery dashboard. They map to objects that store additional field-specific information, defined below.
Key | Type | Description |
---|---|---|
|
| Text to display to your user along with the field |
|
| Field type (e.g. |
|
| User-submitted value for this field. |
|
| Allowed options to choose from, if the field specifies them (e.g. dropdown, radio buttons, etc.) |
fieldData
example
fieldData
exampleLast updated