getFieldValues()
Function that fetches all of the field values of the current user of your form.
Last updated
Was this helpful?
Function that fetches all of the field values of the current user of your form.
Last updated
Was this helpful?
Function that returns all of the form and hidden field values of the user in the current session. The return value is of the shape {<fieldId>: <fieldValue>}
where fieldId
can be either a form field or hidden field ID. If fieldId
corresponds to a file upload field, fieldValue
will be a promise that returns a object. If fieldId
corresponds to a signature field, fieldValue
will be a promise returning a PNG. Otherwise, fieldValue
will be a string.