Index: emf.form.inc
===================================================================
--- emf.form.inc	(revision 428)
+++ emf.form.inc	(working copy)
@@ -53,6 +53,11 @@
 
   if (user_is_anonymous() || count($lists) == 1) {
     $list = emf_db_get_list($lists[0]);
+  
+    $form['fields']['title'] = array(
+      '#type' => 'markup',
+      '#value' => '<h1>' . emf_page_title($list) . '</h1>',
+    );
 
     if (!empty($list->name_action_long_clean)) {
       $form['action_long'] = array(
