diff --git a/salsa_entity.module b/salsa_entity.module
index 5727233..40b86ae 100644
--- a/salsa_entity.module
+++ b/salsa_entity.module
@@ -503,7 +503,7 @@ function salsa_entity_supporter_fieldset(&$form, &$form_state, $form_id) {
         $form['Supporter_Info'][$field]['#options'] = country_get_list();
         $form['Supporter_Info'][$field]['#empty_option'] = t('- Choose country -');
       }
-      else if ($supporter_info[$field]['salsa_type'] == 'blob') {
+      else if (($supporter_info[$field]['salsa_type'] == 'text') || ($supporter_info[$field]['salsa_type'] == 'blob')) {
         $form['Supporter_Info'][$field]['#type'] = 'textarea';
       }
       else {
