' } %>
<%= f.input :source, as: :hidden, input_html: { value: 'source_value' } %>
<%= f.input :attachment, as: :file, hint: t('csv_import_magic.views.importers.new.hint').html_safe, required: true %>
<%= f.submit t('csv_import_magic.views.importers.new.buttons.import'), class: 'button button--primary' %>
<% end %>