= simple_form_for [:admin, configuration], method: :patch, url: create_or_update_admin_configuration_path('invite'), as: :configuration, validate: true, turboboost: true do |f|
= f.input :enabled, as: :boolean, inline_label: 'Enabled', label: false
= f.input :amount, input_html: { value: 100 }
.footnote
= "Enter amount in cents."
.clearfix.pb10
= f.button :submit, 'Save Inviation Settings', class: 'bt-sendo'