function submitForm(event) { const form = document.getElementById('csv-form'); form.submit(); }