<%= form_tag(perform_unsubscribe_path, method: :POST) do %>
One email per line
<%= submit_tag 'Move the above users to the Starter plan', class: 'btn red' %>
This will NOT remove the user from their current plan on Stripe, but WILL send a "You have been unsubscribed" email. <% end %>