diff --git a/src/Form/SystemStatusSettingsForm.php b/src/Form/SystemStatusSettingsForm.php
index 5721a85..19239f8 100644
--- a/src/Form/SystemStatusSettingsForm.php
+++ b/src/Form/SystemStatusSettingsForm.php
@@ -32,9 +32,7 @@ class SystemStatusSettingsForm extends ConfigFormBase {
     $form['system_status_service'] = array(
       '#type' => 'textfield',
       '#title' => t('Your siteUUID'),
-      '#description' => $config->get('system_status_token') . "-" . $config->get('system_status_encrypt_token'),
       '#default_value' => $config->get('system_status_token') . "-" . $config->get('system_status_encrypt_token'),
-      '#attributes' => array('style' => array('display:none;')),
       '#size' => 60,
       '#maxlength' => 60,
       '#disabled' => TRUE,
@@ -44,7 +42,6 @@ class SystemStatusSettingsForm extends ConfigFormBase {
       '#type' => 'checkbox',
       '#title' => t('Allow external services to fetch this site'),
       '#description' => t('Allow reports to be generated by external services. <br>All information will be sent using encryption and is only accessible using your siteUUID.'),
-      '#default_value' => TRUE,
       '#disabled' => TRUE,
       '#default_value' => $config->get('system_status_service_allow_external'),
     ];
