Allow username field to be prepopulated.
[cocanwiki.git] / templates / mailing_list_form.html
index bda294c..807570d 100644 (file)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>Join our mailing list</title>
-<meta name="robots" content="noindex,nofollow"/>
 <meta name="author" content="http://www.merjis.com/" />
 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
 </head><body>
@@ -20,6 +19,10 @@ Please fill in this form to join our mailing list.
 <td> <input name="email" value="" size="50" /> </td>
 </tr>
 <tr>
+<th> Name: </th>
+<td> <input name="name" value="" size="50" /> </td>
+</tr>
+<tr>
 <td></td>
 <td> <input type="submit" value="   Send   " /> </td>
 </tr>