diff --git a/forms/Form.php b/forms/Form.php index 600d209f1..0dd6f7c3f 100644 --- a/forms/Form.php +++ b/forms/Form.php @@ -905,6 +905,7 @@ class Form extends RequestHandler { */ public function setHTMLID($id) { $this->htmlID = $id; + return $this; } /**