push(new HiddenField("Id","Id","0")); $actions = new FieldList(); parent::__construct($controller, $name, $fields, $actions); } function forTemplate() { return $this->renderWith(array( $this->class, 'Form' )); } }