Add warning text in email field
This commit is contained in:
parent
1c11e6ad12
commit
206f17be90
1 changed files with 6 additions and 2 deletions
|
@ -30,9 +30,13 @@
|
||||||
= text_field_tag :name, nil, required: true
|
= text_field_tag :name, nil, required: true
|
||||||
|
|
||||||
= label_tag :email do
|
= 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 *
|
%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
|
= label_tag :phone do
|
||||||
Quel est votre numéro de téléphone (ligne directe) ?
|
Quel est votre numéro de téléphone (ligne directe) ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue