/**
  * You can change the order of the form elements here. First element in array is shown first.
  * @see SmsProviderConfigureForm::attributeNames()
  */
 public function attributeNames()
 {
     return array_merge(parent::attributeNames(), array('username_anysms', 'password_anysms', 'gateway_anysms', 'test_anysms'));
 }
 /**
  * You can change the order of the form elements here. First element in array is shown first.
  * 
  * @see SmsProviderConfigureForm::attributeNames()
  */
 public function attributeNames()
 {
     return array_merge(parent::attributeNames(), array('username_clickatell', 'password_clickatell', 'apiid_clickatell'));
 }
 /**
  * You can change the order of the form elements here. First element in array is shown first.
  * @see SmsProviderConfigureForm::attributeNames()
  */
 public function attributeNames()
 {
     return array_merge(parent::attributeNames(), array('username_spryng', 'password_spryng', 'route_spryng', 'service_spryng', 'allowlong_spryng'));
 }