diff --git a/form.php b/form.php index 224628e..84953f1 100644 --- a/form.php +++ b/form.php @@ -54,8 +54,6 @@ class form page - [mandatory] : boolean to add a red star at end of label - [hidden] : hide the field (add a style='display:hidden' to the field) - - [prefix] : the prefix added to the name (in XXX/YYY/ZZZ form). - Will form an array to the result - [rows] : Number of rows - [cols] : Number of columns @@ -211,9 +209,6 @@ class formfield public $mandatory; /** The statut of error of the field */ public $error; - /** the prefix added to the name (in XXX/YYY/ZZZ form). Will form an array to - the result */ - public $prefix; /** Number of rows */ public $rows; /** Number of columns */ @@ -245,8 +240,6 @@ class formfield $res .= "'>\n"; $res .= "