|
|
@@ -12,10 +12,10 @@ finishers:
|
|
|
-
|
|
|
identifier: EmailToReceiver
|
|
|
options:
|
|
|
- subject: 'Demande d''information'
|
|
|
+ subject: 'Informations request'
|
|
|
recipientAddress:
|
|
|
recipientName: ''
|
|
|
- senderAddress: ne_pas_repondre@opentalent.fr
|
|
|
+ senderAddress: ne-pas-repondre@opentalent.fr
|
|
|
senderName: ''
|
|
|
replyToAddress: ''
|
|
|
carbonCopyAddress: ''
|
|
|
@@ -27,9 +27,9 @@ finishers:
|
|
|
-
|
|
|
identifier: EmailToSender
|
|
|
options:
|
|
|
- subject: 'Votre demande de contact a bien été prise en compte.'
|
|
|
- recipientAddress: '{mail}'
|
|
|
- recipientName: '{first-name} {last-name}'
|
|
|
+ subject: 'Your message has been posted'
|
|
|
+ recipientAddress: '{email}'
|
|
|
+ recipientName: '{firstname} {lastname}'
|
|
|
senderAddress: ne_pas_repondre@opentalent.fr
|
|
|
senderName: ''
|
|
|
replyToAddress: ''
|
|
|
@@ -41,25 +41,25 @@ finishers:
|
|
|
-
|
|
|
identifier: Confirmation
|
|
|
options:
|
|
|
- message: 'Votre message a bien été envoyé'
|
|
|
+ message: 'Your message has been posted'
|
|
|
contentElementUid: ''
|
|
|
|
|
|
renderables:
|
|
|
-
|
|
|
- identifier: page-1
|
|
|
- label: 'Écrivez-nous:'
|
|
|
+ identifier: page
|
|
|
+ label: 'Mail Us'
|
|
|
type: Page
|
|
|
|
|
|
renderingOptions:
|
|
|
- previousButtonLabel: 'Précédent'
|
|
|
- nextButtonLabel: 'Suivant'
|
|
|
+ previousButtonLabel: 'LLL:EXT:ot_templating/Resources/Private/Language/locallang.xlf:form.previous'
|
|
|
+ nextButtonLabel: 'LLL:EXT:ot_templating/Resources/Private/Language/locallang.xlf:form.next'
|
|
|
|
|
|
renderables:
|
|
|
-
|
|
|
type: StaticText
|
|
|
- identifier: notice
|
|
|
+ identifier: mandatory-fields-notice
|
|
|
properties:
|
|
|
- text: 'Note: Les champs marqués d''une astérisque (*) sont obligatoires'
|
|
|
+ text: 'Note: Fields marked with a star (*) are mandatory'
|
|
|
elementClassAttribute: 'contact-form-info'
|
|
|
label: ''
|
|
|
-
|
|
|
@@ -68,8 +68,8 @@ renderables:
|
|
|
label: ''
|
|
|
renderables:
|
|
|
-
|
|
|
- identifier: last-name
|
|
|
- label: 'Nom'
|
|
|
+ identifier: lastname
|
|
|
+ label: 'Name'
|
|
|
type: Text
|
|
|
defaultValue: ''
|
|
|
properties:
|
|
|
@@ -79,8 +79,8 @@ renderables:
|
|
|
- identifier: NotEmpty
|
|
|
|
|
|
-
|
|
|
- identifier: first-name
|
|
|
- label: 'Prénom'
|
|
|
+ identifier: firstname
|
|
|
+ label: 'First name'
|
|
|
type: Text
|
|
|
defaultValue: ''
|
|
|
properties:
|
|
|
@@ -91,8 +91,8 @@ renderables:
|
|
|
identifier: NotEmpty
|
|
|
|
|
|
-
|
|
|
- identifier: mail
|
|
|
- label: 'Adresse email'
|
|
|
+ identifier: email
|
|
|
+ label: 'Email address'
|
|
|
type: Text
|
|
|
defaultValue: ''
|
|
|
properties:
|
|
|
@@ -111,8 +111,8 @@ renderables:
|
|
|
renderables:
|
|
|
|
|
|
-
|
|
|
- identifier: postal-code
|
|
|
- label: 'Code postal'
|
|
|
+ identifier: zipcode
|
|
|
+ label: 'Zip code'
|
|
|
type: Text
|
|
|
defaultValue: ''
|
|
|
validators:
|
|
|
@@ -121,18 +121,18 @@ renderables:
|
|
|
|
|
|
-
|
|
|
identifier: city
|
|
|
- label: 'Ville'
|
|
|
+ label: 'City'
|
|
|
type: Text
|
|
|
defaultValue: ''
|
|
|
|
|
|
-
|
|
|
identifier: phone
|
|
|
- label: 'Téléphone'
|
|
|
+ label: 'Phone'
|
|
|
type: Text
|
|
|
defaultValue: ''
|
|
|
-
|
|
|
identifier: subject
|
|
|
- label: 'Objet'
|
|
|
+ label: 'Subject'
|
|
|
type: Text
|
|
|
defaultValue: ''
|
|
|
properties:
|
|
|
@@ -148,15 +148,15 @@ renderables:
|
|
|
defaultValue: ''
|
|
|
properties:
|
|
|
fluidAdditionalAttributes:
|
|
|
- placeholder: 'Votre message ici...'
|
|
|
+ placeholder: 'Your message here...'
|
|
|
required: required
|
|
|
validators:
|
|
|
-
|
|
|
identifier: NotEmpty
|
|
|
-
|
|
|
type: StaticText
|
|
|
- identifier: rgpd
|
|
|
+ identifier: rgpd-notice
|
|
|
properties:
|
|
|
- text: 'En soumettant ce formulaire, j’accepte que les informations saisies soient utilisées pour permettre de me recontacter et de répondre à ma demande.'
|
|
|
+ text: 'By submitting this form, you agree that theses informations can be processed in order to contact you back and answer your demand'
|
|
|
elementClassAttribute: 'contact-form-info'
|
|
|
label: ''
|