diff --git a/accessible_content.module b/accessible_content.module
index 245d321..86b7399 100644
--- a/accessible_content.module
+++ b/accessible_content.module
@@ -138,7 +138,7 @@ function accessible_content_form_alter(&$form, $form_state, $form_id) {
   }
     if ($form_id == 'node_type_form' && isset($form['identity']['type'])) {
       accessible_content_include_library();
-      $type = $form['identity']['type']['#default_value'];
+      $type = $form['identity']['type']['#value'];
       //The node type form
       $form['accessible_content'] = array(
         '#type' => 'fieldset',
