From 878f735a800376b6a495b101dff435fdcc30dced Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Thu, 23 Dec 2021 13:50:14 +0100 Subject: [PATCH] facilite le remplissage automatique de l'email --- app/views/support/index.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/support/index.html.haml b/app/views/support/index.html.haml index 3c8c3cc4e..3a48e767a 100644 --- a/app/views/support/index.html.haml +++ b/app/views/support/index.html.haml @@ -19,12 +19,11 @@ = label_tag :email do Email %span.mandatory * - = text_field_tag :email, params[:email], required: true + = text_field_tag :email, params[:email], required: true, autocomplete: 'email' .contact-champ = label_tag :type do = t('.your_question') - %span.mandatory * = hidden_field_tag :type, params[:type] %dl - @options.each do |(question, question_type, link)|