%= form_for :invitation, :action => url(:invitation) do -%>
<%= text_field 'recipient', :label => 'Recipient: ' %>
<%= submit 'Send' %>