%= form_for config, url: settings_notifications_path, method: :post, html: { autocomplete: 'off', class: 'space-y-4' } do |f| %>
<%= f.hidden_field :key %>
<%= f.label :value, class: 'label' do %>
Completed documents BCC address
<%= svg_icon('info_circle', class: 'w-4 h-4') %>
<% end %>
<%= tag.input type: 'email', multiple: true, name: 'account_config[value]', autocomplete: 'off', class: 'base-input', value: f.object.value %>
<%= f.button button_title(title: 'Save', disabled_with: 'Updating'), class: 'base-button' %>
<% end %>