New ActiveField properties:
/**
* @var string content to be placed before field within the form group at the beginning
*/
public $contentBeforeField = '';
/**
* @var string content to be placed after field within the form group at the end
*/
public $contentAfterField = '';