addExtraClass('btn green-btn'); $actions = new FieldList( $actionButton ); parent::__construct($controller, $name, $fields, $actions); } function forTemplate() { return $this->renderWith(array( $this->class, 'Form' )); } }