.invite-friend.mb10 p Invite your classmates 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: 'token-input center-placeholder', data: {theme: 'facebook', animation: 'true', zindex: 9999, target: api_directory_emails_path, token_value: 'email',placeholder: "Enter Georgetown Classmates name", property_to_search: 'name_with_email', insert_new: true, prevent_duplicates: true, validator_regex: ["^([^@\s]+)@((?:[-a-z0-9_]+\.)+[a-z]{2,})$", 'i']}}, 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