Dear
How to integrate today's date, in the Email submit (image 1) ?
How to retrieve the Name and First Name of the listing to put it in the header of the message (image 2) ?
How to change the color of Chronoforms message (image 1 et 2) ?
Sincerely


to get the value of any field you need to use {data:field-name}, you can find the field name of any field in the field settings
To change the color of the credits link sent in email you need to use CSS code in the email content
Dear
When I write {data:dateenter}, on the address :
- Outlook. fr: it sends me back: 25am31UTCUTC1231Wed, 25 Dec 2024 11:35:38 +0000UTCUTC
- Live.fr: it doesn't return anything.
What codification to get the date in this format : 25/12/2024 and on all email addresses ?
Other where do I put the CSS code to change the color of the credit link ?
Sincerely

this shortcode will return the date as you need:
{date:d/m/Y}
just use it anywhere in the form or the email content, you may also add it in a "virtual field" value and it will be auto included in the email content
The css code to change the color of the link IN THE EMAIL should be placed in the email body box:
Dear
Trop compliqué, je n'y arrive pas.
Comment vous adresser mon formulaire pour que vous le corrigiez ?
Sincèrement
Too complicated, I can't do it.
How do I send you my form so that you can correct it?
Sincerely

if you enable the editor then it will break the style tags, if you need to use the style tag then keep the editor disabled
And for the {date:d/m/Y} there should be no spaces