Allow username field to be prepopulated.
[cocanwiki.git] / templates / contact_show.html
index af1132b..4c922bf 100644 (file)
@@ -2,7 +2,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <title>Contact form: ::name_html::</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>
@@ -54,7 +53,7 @@ your page to enable the form.
 
 <pre>
 &lt;html&gt;
-&lt;form method="post" action="/_contact"&gt;
+&lt;form method="post" action="/_contact" enctype="multipart/form-data"&gt;
 &lt;input type="hidden" name="id" value="::name_html::"/&gt;
 &lt;table class="left_table"&gt;
 &lt;tr&gt; &lt;th&gt; Name: &lt;/th&gt;