= simple_form_for @user, 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.mtb20 | By clicking  strong | Create My Account, | you are br/ | agreeing to our  = link_to ' Terms of Use ', terms_path, class: :login, target: :_blank .center-block.text-center = f.submit 'Create My Account', class: 'btn btn-default2 mb30'