restezconnectes / send-pdf-for-contact-form-7

Send the PDF for Contact Form 7 plugin will allow you to recover the data yourself via your form to insert them into a PDF built and prepared by you.
https://restezconnectes.fr/tutoriel-wordpress-lextension-send-pdf-for-contact-form-7/
GNU General Public License v3.0
15 stars 17 forks source link

[reference] same IDs error #22

Closed p0se closed 2 years ago

p0se commented 2 years ago

I use the [reference] function. When generating the PDF files, unique IDs or names are not always generated. I have several files with the same name. This leads to overwriting the PDF files.

1 2 3

timostsauber commented 2 years ago

This is possibly related to the other issue https://github.com/Florent73/send-pdf-for-contact-form-7/issues/21

i.e. the unique ID (sessions) are being cached

restezconnectes commented 2 years ago

Hi!

For the lastest verion, I removed usage SESSIONS, I use TRANSIENT instead

Does it work for you?