form submission date

19 June, 2024 06:39:41
Scala
Topics: 2
Messages: 5
Hello,
I want the form submission date to be automatically written on the pdf with e2pdf.
Which shortcode should I use? I would like this format in French: day/month/year (Paris time)
Example for the date of a form submitted today : 19.06.2024

(Please note, I want the date of submission of the form and not the current date)

THANKS
Yann
19 June, 2024 06:58:14
Scala
Topics: 2
Messages: 5
To complete my request, I use WPforms
Yann
19 June, 2024 08:33:58
E2Pdf
Support
Topics: 7
Messages: 3330
Hello,

You should be able to use the WPForms smart tag:

{entry_date format="d.m.Y"}

It should output the date shown as the Entry submitted date
We would really appreciate your feedback at WordPress.org!
19 June, 2024 10:29:23
Scala
Topics: 2
Messages: 5
THANK U VERY MUCH :-)