= simple_form_for @invite, validate: true, turboboost: true do |f| .text-center = f.input :invitee_emails, input_html: {class: 'token-input', placeholder: "Enter Georgetown Classmates name", data: {theme: 'facebook', animation: 'true', zindex: 9999, target: api_directory_emails_path, token_value: 'email', property_to_search: 'name_with_email', insert_new: true, prevent_duplicates: true, validator_regex: ["^([^@\s]+)@((?:[-a-z0-9_]+\.)+[a-z]{2,})$", 'i']}}, label: false .align-center.pt10.mb10.mt30 = f.button :submit, "Submit" .pb10