save my pdf file without deleting the other with formidable form

29 November, 2023 07:04:44
gmessador
Topics: 1
Messages: 7
Good morning,

I use formidable form and I would like to save my pdf file without deleting the other one. but I can not.
I use this code in the confirmation:
[e2pdf-save id="20" dir="/srv/partage/" overwrite="false" create_htaccess="false"]

how to do?
I would like the title to be the date, hour, minute and second.

THANKS
29 November, 2023 07:44:15
E2Pdf
Support
Topics: 7
Messages: 3165
Hello,

It must be possible to set the unique name in the E2Pdf Template Settings under "PDF Local Name".

For example, it can be used:

[created_at format="d-m-Y H:i:s"]

or

[e2pdf-format-date format="d-m-Y H:i:s"]now[/e2pdf-format-date]

See please the screenshot attached.
We would really appreciate your feedback at WordPress.org!
29 November, 2023 08:53:34
gmessador
Topics: 1
Messages: 7
it still doesn't work, now it doesn't put the date in the title of the document.
could you help me build the short code to enter in the confirmation. THANKS
29 November, 2023 09:09:02
E2Pdf
Support
Topics: 7
Messages: 3165
Changes must not affect the title. Did you try both shortcodes? Can you please attach screenshots:

- How and where the E2Pdf shortcode is placed.
- Screenshot of the "PDF Local Name" setting.

You can mark the message private so only we can see the message.
We would really appreciate your feedback at WordPress.org!
29 November, 2023 09:37:12
E2Pdf
Support
Topics: 7
Messages: 3165
Hmm, we can't replicate the issue. Also on your screenshot where 2POY..., PDFs have a .PDF extension at the end and not .pdf (how it must be and how E2Pdf generates it). Is your screenshot from the /srv/partage/ (absolute) path?

Are you able to provide us access details to the WP Admin Dashboard, so we can log in and see your setup? If yes, submit please support ticket here: https://e2pdf.com/support/request.

If not, attach please one of the generated PDFs to the next message and a screenshot from the "E2Pdf" -> "Debug" page. It can be enabled at "E2Pdf" -> "Settings" -> "Turn on Debug Mode".
We would really appreciate your feedback at WordPress.org!
29 November, 2023 10:20:26
E2Pdf
Support
Topics: 7
Messages: 3165
Are you using a Windows host? If so, can you please try modify the shortcode to:

[created_at format="dmY H-i-s"]

* It can be caused by "colon" usage (:)

We would really appreciate your feedback at WordPress.org!