getTempStoredSubmission()
Overview
public struct function getTempStoredSubmission(
required string formId
, boolean clearSubmission = false
)
Retrieves a formbuilder form's submitted values from the user's session temporarily for repopulation to a form when the user has logged back in after a timeout.
Arguments
Name | Type | Required | Description |
---|---|---|---|
formId | string | Yes | The ID of the form you wish to retrieve stored values for |
clearSubmission | boolean | No (default=false) |