Hi,
How can I add a form name to the following line?
<% form_tag({}, :method => :get) do %>
<% form_tag({}, :method => :get, :name => "whatever") do %>