remInForm
The remInForm function is used for removing a single index from a saved form (i.e. a index that was saved via the addToForm function).
bool
remInForm
(string $index, [string $key = false])
-
string
$index: Index to remove
-
string
$key: Unique form ID
|