diff --git a/sites/all/modules/contrib/user_relationships/user_relationship_elaborations/user_relationship_elaborations.module b/sites/all/modules/contrib/user_relationships/user_relationship_elaborations/user_relationship_elaborations.module
index 5a64f8f..ea1db87 100755
--- a/sites/all/modules/contrib/user_relationships/user_relationship_elaborations/user_relationship_elaborations.module
+++ b/sites/all/modules/contrib/user_relationships/user_relationship_elaborations/user_relationship_elaborations.module
@@ -165,7 +165,7 @@ function user_relationship_elaborations_form_alter(&$form, $form_state, $form_id
 
     case 'user_relationships_ui_request':
       // Incase the form is an error form which the UI module has encountered
-      if (!isset($form['error'])) {
+      if (!isset($form['error']) && !variable_get('user_relationships_elaborations_api_only', FALSE)) {
         // Make sure that the select box holding the relationship types is above the elaboration textarea.
         $form['rtid']['#weight'] = -10;
         // Adding text area to elaborate when creating a new relationship with another user.
