From 07f063829e998bb19a63a3569deddd5578f2d273 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Mon, 24 Jun 2024 16:30:41 +0200 Subject: [PATCH] Remove forbidden attribute --- app/views/support/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index 99fee2678..366dafad7 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -65,7 +65,7 @@ = t('.notice_pj_product') %p.notice.hidden{ data: { 'contact-type-only': Helpscout::FormAdapter::TYPE_AUTRE } } = t('.notice_pj_other') - = file_field_tag :piece_jointe, class: 'fr-upload', max: 200.megabytes + = file_field_tag :piece_jointe, class: 'fr-upload' = hidden_field_tag :tags, @tags&.join(',')