Add expected data type to email field

This commit is contained in:
Corinne Durrmeyer 2024-06-25 16:10:22 +02:00
parent 07f063829e
commit d82e84d711
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
3 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@
.fr-input-group
= label_tag :email, class: 'fr-label' do
Email
= t('.notice_email')
= render EditableChamp::AsteriskMandatoryComponent.new
= email_field_tag :email, params[:email], required: true, autocomplete: 'email', class: 'fr-input'

View file

@ -4,6 +4,7 @@ en:
contact: Contact
intro_html: "<p>Contact us via this form and we will answer you as quickly as possible.</p>
<p>Make sure you provide all the required information so we can help you in the best way.</p>"
notice_email: "(example: myaddress@mymail.com)"
your_question: Your question
our_answer: 👉 Our answer
notice_pj_product: A screenshot can help us identify the element to improve.

View file

@ -4,6 +4,7 @@ fr:
contact: Contact
intro_html: "<p>Contactez-nous via ce formulaire et nous vous répondrons dans les plus brefs délais.</p>
<p>Pensez bien à nous donner le plus dinformations possible pour que nous puissions vous aider au mieux.</p>"
notice_email: "(exemple : monadresse@monmail.com)"
your_question: Votre question
our_answer: Notre réponse
notice_pj_product: Une capture décran peut nous aider à identifier plus facilement lendroit à améliorer.