The Form class do not add more than one input element with same names ``` $form->addHidden("translation[]",$objTranslation->context); $form->addHidden("translation[]",$objTranslation->original); ```
The Form class do not add more than one input element with same names