Formidable Form Date Created / Updated

Formidable Forms
23 February, 2021 19:49:40
jstraete
Topics: 34
Messages: 111
I would like to output the date created and date last updated for a Formidable Form into a PDF template. I do not have fields for those dates in my form, but I'm fairly certain they are stored in the database. Is there any shortcode available to generate those dates?
23 February, 2021 19:59:17
E2Pdf
Support
Topics: 7
Messages: 3331
Hi,

You must be able to use [created_at] and [updated_at] shortcodes.

If you will need to format date you must be able to use default Formidable Forms syntax: https://formidableforms.com/knowledgebase/advanced/#kb-date-format

We remain at your service.
We would really appreciate your feedback at WordPress.org!
23 February, 2021 20:28:51
jstraete
Topics: 34
Messages: 111
That worked perfectly, thanks!