%= 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 %>
    <%= f.email_field :value, autocomplete: 'off', class: 'base-input' %>
  
  
    <%= f.button button_title(title: 'Save', disabled_with: 'Updating'), class: 'base-button' %>
  
<% end %>