public function __construct()
 {
     parent::__construct();
     $this->_nicename = __('Password Confirm', 'ninja-forms');
     $this->_settings['confirm_field']['value'] = __('password', 'ninja-forms');
     $this->_settings['confirm_field']['field_types'] = array('password');
     $this->_settings['confirm_field']['field_value_format'] = 'key';
 }
 public function __construct()
 {
     parent::__construct();
     $this->_nicename = __('Password Confirm', 'ninja-forms');
 }