require_once 'HTML/QuickForm.php';
mixed HTML_QuickForm::getSubmitValue (string $element)
mixed HTML_QuickForm::getSubmitValue
Returns the submitted element's value. The value is filtered.
Element name
return submitted element value or NULL if not set
throws no exceptions thrown
since 2.0
This function can not be called statically.