diff --git a/campaignmonitor.module b/campaignmonitor.module
index e44d11f..b6b18f4 100644
--- a/campaignmonitor.module
+++ b/campaignmonitor.module
@@ -252,7 +252,7 @@ function campaignmonitor_subscribe_form($form, &$form_state, $list_id) {
   if (isset($list_options['display']['name']) && $list_options['display']['name']) {
     // Token replace if the token module is pressent.
     if (module_exists('token')) {
-      $name = token_replace($list_options['tokens']['name']);
+      $name = token_replace($list_options['tokens']['name'], array(), array('clear'=> true));
     }
 
   