= simple_form_for @invite, validate: true, turboboost: true do |f| .text-center = f.input :invitee_emails, input_html: { placeholder: "Enter email", data: {theme: 'facebook', animation: 'true', zindex: 9999, 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 .footnote = "Separate multiple emails with comma." .align-center.pt10.mb10.mt30 = f.button :submit, "Submit" .pb10