= simple_form_for @user || User.new, as: :user, url: users_path, validate: true, turboboost: true do |f| = f.input :invitation_token, as: :hidden = f.input :type, :as => :hidden = f.input :name, label: false = f.input :last_name, label: false = f.input :email, label: false = f.input :password, label: false, validate: true = f.input :password_confirmation, label: false, validate: true = f.input :phone, label: false .txtinfo.col-xs-12.no-padding.mtb10 | By clicking  strong | Create My Account, | you are br/ | agreeing to our  = link_to ' Terms of Use ', 'http://umich.syrch.co/terms-of-use', class: :login, target: :_blank .text-center = f.submit 'Create My Account', class: 'btn-default2'