Deprecated Context API
Context functions that have been deprecated and will be fully removed in a future SDK release
Last updated
Was this helpful?
Context functions that have been deprecated and will be fully removed in a future SDK release
Last updated
Was this helpful?
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
() =>
Returns information for all fields in the form.