setTempStoredSubmission()
Overview
public void function setTempStoredSubmission(
required string formId
, required struct submission
)
Stores a formbuilder form's submitted values in the user's session temporarily, so they can be retrieved when the user has, for instance, logged back in after a timeout. File upload fields will be omitted from these stored values.
Arguments
Name | Type | Required | Description |
---|---|---|---|
formId | string | Yes | The ID of the form you wish to store values for |
submission | struct | Yes | The form value collection that will be stored in the session |