saveForm
The saveForm function is used for "Saving" a submitted form to the users session.
bool
saveForm
([string $key = false], [array $_data = false], [array $_strip = false])
-
string
$key: Unique form ID to save to
-
array
$_data: Array of data to save (usually from getPostVars())
-
array
$_strip: Array of index elements to strip HTML from
|