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

HTML attributes removed after saving #28

Closed tjlabais closed 2 years ago

tjlabais commented 2 years ago

table td colspan attribute could not be save.

tjlabais commented 2 years ago

having explicit declaration of width per table td causes the table to have unexpected results <table><tbody><tr><td style="width:50%"><td><td style="width:50%"><td><td style="width:50%"><td><td style="width:50%"><td><td style="width:50%"><td><td style="width:50%"><td><td style="width:50%"><td><td style="width:50%"><td></tr></tbody></table> the code above produces a 70% first column and 30% second column output

restezconnectes commented 2 years ago

Hi!

Try the lastest version, it's ok now!

Thanks