<% %>

Candidates or choices:

    <% for candidate in @voter.election.candidates.sort %>
  1. <%= candidate.name.capitalize %>
  2. <% end %>

In the box below, list each choice in order of most preferred to least preferred. Please list all choices in every vote. (For example, 123 or 321 or 213, etc.)

<% if @voter.election.quickvote? %> <%= form_tag quickaction_url( :ident => @voter.election.name, :action => 'confirm') %> <% else %> <%= form_tag :action => 'review', :id => @voter.password %> <% end %> <%= text_field :vote, :votestring -%> <%= submit_tag "Vote!" %> <%= end_form_tag %>