<%= form_tag add_collection_participants_path(@collection), class: "single simple post", method: :get do %>
Add new members

<%= label_tag :participants_to_invite, ts("Add new members"), class: "landmark" %> <%= text_field_tag :participants_to_invite, nil, autocomplete_options("pseud") %> <%= submit_tag ts("Submit") %>

<% end %>