= 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 page_path("terms"), class: :login, target: :_blank |Terms of Use .text-center = f.submit 'Create My Account', class: 'btn-default2'