public function settings_trial_period($field, $echo = true)
 {
     //use the parent billing cycle function to make the drop down for the number and type
     $html = parent::settings_billing_cycle($field);
     return $html;
 }