<%= form_tag :action => 'create' %>
<!--[form:election]-->
-<p><label for="quickvote_name">Super-short name (for URL)<br />
+<p><label for="quickvote_name">One Word Description (for URL)<br />
<em><font size="-1">required; 5-12 characters; only letters and numbers; no spaces</font></em></label><br/>
<%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12 %></p>
<p><label for="quickvote_description">Description<em><br />
-<font size="-1">optional; one line summary on the first line</font></em></label><br/>
+<font size="-1">required; one line summary on the first line</font></em></label><br/>
<%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %></p>