From 206f17be90cbd03df980cc426a226881db469bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chai=CC=88b=20Martinez?= Date: Thu, 20 Dec 2018 14:17:12 +0100 Subject: [PATCH] Add warning text in email field --- app/views/demandes/new.html.haml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/demandes/new.html.haml b/app/views/demandes/new.html.haml index 0d3d129fb..40de202b1 100644 --- a/app/views/demandes/new.html.haml +++ b/app/views/demandes/new.html.haml @@ -30,9 +30,13 @@ = text_field_tag :name, nil, required: true = label_tag :email do - Quelle est l'adresse email pour laquelle vous souhaitez un compte ? + Quelle est l'adresse email professionnelle pour laquelle vous souhaitez un compte ? %span.mandatory * - = email_field_tag :email, nil, required: true + %p.intro{ :style => "font-weight: normal" } + Vous utilisez un email orange, wanadoo, free, gmail etc. ? Merci de nous + %a{ href: contact_admin_path, target:'_blank' } + contacter préalablement. + = email_field_tag :email, nil, placeholder: 'jean.martin@developpement-durable.gouv.fr', required: true = label_tag :phone do Quel est votre numéro de téléphone (ligne directe) ?