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

checkbox not working with some characters #42

Closed fabiankopatschek closed 1 year ago

fabiankopatschek commented 1 year ago

Hi, first of all thank you for your great plugin.

While using the checkboxes i found out, that the pdf does not contain the checked boxes if i'm using some characters. So far it seems, that this happens with dots. But i can not rule out, that this won't happen with other characters too.

Here is a minimal code snippet for reproducing it:

Formular:

[checkbox checkbox-a "A"]

[checkbox checkbox-b "...B"]

[checkbox checkbox-c "C."]

[submit "Send"]


Create Pdf:

[checkbox-a]

[checkbox-b]

[checkbox-c]


In this case b and c will not be checked in the pdf.

Regards Fabian

restezconnectes commented 1 year ago

Hi!

Can you testing the lastest version?

Thanks