diff --git a/fb_stream.module b/fb_stream.module
index f7e6356..b9c1fa8 100644
--- a/fb_stream.module
+++ b/fb_stream.module
@@ -193,13 +193,14 @@ function fb_stream_form_alter(&$form, &$form_state, $form_id) {
           // We'll need the token that corresponds to our "from" option.  We don't want to include tokens directly in the form, for security.
           $form['#fb_stream_from_tokens'] = $from_tokens;
           $form['#validate'][] = 'fb_stream_node_form_validate';
-          $form['fb_stream']['fb_stream_from_token'] = array(
-            // placeholder.  See fb_stream_node_settings_form_validate().
-            '#type' => 'value',
-            '#value' => $from_token,
-          );
         }
 
+        $form['fb_stream']['fb_stream_from_token'] = array(
+          // placeholder.  See fb_stream_node_settings_form_validate().
+          '#type' => 'value',
+          '#value' => $from_token,
+        );
+
         $form['fb_stream']['fb_stream_message'] = array(
           '#type' => 'textfield',
           '#title' => 'Message',
