.invite-friend.mb10
p Invite your friends to the community and get paid $1 when they join.
.pull-left.pt6
= simple_form_for Invite.new, validate: true, turboboost: true do |f|
= hidden_field_tag :profile_question, true
.pull-left
= f.input :invitee_emails, input_html: {class: 'select2-field center-placeholder', autocomplete: :off, data: {tokenize_email: true, multiple: true, token_value: 'email',placeholder: "Enter name"}}, label: false
.pull-left
= f.submit "Submit", class: 'btn-save'
.pull-left
= link_to 'Skip', edit_profile_questions_path(step: User::PROFILE_QUESTION.rindex('invites')), class: 'btn-skip mt7', remote: true