diff --git a/forms/Form.php b/forms/Form.php
index 537b36fd5..f2b3ee7d6 100644
--- a/forms/Form.php
+++ b/forms/Form.php
@@ -1351,7 +1351,7 @@ class Form extends RequestHandler {
. " value=\"" . $this->FormAction() . "\" />\n";
$content .= "FormName() . "\" />\n";
$content .= "FormMethod() . "\" />\n";
- $content .= "FormEncType() . "\" />\n";
+ $content .= "getEncType() . "\" />\n";
return $content;
}