Add expected data type to email field
This commit is contained in:
parent
07f063829e
commit
d82e84d711
3 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 d’informations 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 l’endroit à améliorer.
|
||||
|
|
Loading…
Reference in a new issue