require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isSubmitted (void)
boolean HTML_QuickForm::isSubmitted
Tells whether the form was already submitted. Using this method when $trackSubmit parameter of QuickForm's constructor is used is more reliable than checking whether form's submit values are empty.
throws no exceptions thrown
This function can not be called statically.
since 3.2.5