HTML_QuickForm::isSubmitted()

HTML_QuickForm::isSubmitted() – Tells whether the form was already submitted

Synopsis

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::isSubmitted ( void )

Description

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

throws no exceptions thrown

Note

This function can not be called statically.

since 3.2.5

Sets default form values (Previous) Returns the element's "safe" value (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.