Getting, setting and processing element values
Table of Contents
- HTML_QuickForm::setConstants() — Sets constant form values
- HTML_QuickForm::setDefaults() — Sets default form values
- HTML_QuickForm::isSubmitted() — Tells whether the form was already submitted
- HTML_QuickForm::exportValue() — Returns the element's "safe" value
- HTML_QuickForm::exportValues() — Returns "safe" elements' values
- HTML_QuickForm::getElementValue() — Returns the element's raw value
- HTML_QuickForm::getSubmitValue() — Returns the submitted element's value
- HTML_QuickForm::getSubmitValues() — Returns the values submitted by the form
- HTML_QuickForm::process() — Performs the form data processing