Florent Maillefaud
Forum Replies Created
-
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Error after Update to V 1.0.2.9Hi!
Can you download and testing my GitHub version : https://github.com/restezconnectes/send-pdf-for-contact-form-7/
Did I fix the bug?
Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Additional RecipientsHi!
You can adding emails in “Additional Headers” like:
– Cc:
– Bcc:
– Reply-to:Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Additional RecipientsHi!
I’m working on it!
Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] PDF not displaying up loaded imagesHi!
For image upload have you enter this code in your layout PDF?
<img src="[url-file-654]" width="300" />
Thanks
Forum: Reviews
In reply to: [Send PDF for Contact Form 7] Not embedding HEIC format imagesHi!
MDPF library: https://mpdf.github.io/what-else-can-i-do/images.html
“Images are supported by mPDF: GIF, PNG, JPG, WMF, SVG, BMP, WEBP and generated images from PHP scripts.”
Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Summary on redirected pageHi!
Please testing my GitHub version: https://github.com/restezconnectes/send-pdf-for-contact-form-7/
You can now adding a shortcode for returning tags values like this:
Hello [wpcf7pdf_data tag="your-name"],
Thank you for filling in the form. It was saved on [wpcf7pdf_data tag="date"] under reference [wpcf7pdf_data tag="reference"].
We have also sent the PDF to your e-mail address: [wpcf7pdf_data tag="your-email"].
[wpcf7pdf_download dashicons="dashicons-admin-tools" text="Download your PDF"]I hope it works well, especially on large forms.
Thanks
- This reply was modified 1 week, 3 days ago by Florent Maillefaud.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Summary on redirected pageHi!
Try this for a link to download PDF :
[wpcf7pdf_download dashicons= "dashicons-admin-tools" text="Download your PDF"]
Thanks
Hi!
Thanks to testing my GitHub version: https://github.com/restezconnectes/send-pdf-for-contact-form-7
Bug is fixed.
Be carefull, it is the 1.0.2.8 version with new options:
- Adding option for multi PDF
- Adding conditional possibility
Thanks
Hi!
Thanks, i’m working soon on this bug.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] No PDF AttachmentHi!
Sorry, I have tested more and more.. i’ts working fine..
Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] PDF not displaying .heic image formatHi!
MDPF library: https://mpdf.github.io/what-else-can-i-do/images.html
“Images are supported by mPDF: GIF, PNG, JPG, WMF, SVG, BMP, WEBP and generated images from?PHP?scripts.”
Thanks
Hi!
This “Enable display data in the checkbox or radio buttons of your PDF file?” option is enabled?
Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Text fields are shortenedHi!
With the latest version, is this still the case?
I tested with a tag twice in the same PDF layout and it’s works!
Thanks
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Send PDF based on a conditionHi!
Can you testing y GitHub version: https://github.com/restezconnectes/send-pdf-for-contact-form-7/
You can select YES for “Conditional field for sending PDF file?” option and save settings.
After saving you can select your field for conditional.
This field must return yes or no like this:
[checkbox* contidional exclusive use_label_element default:2 "Yes|true" "No|false"]
or
[select send-facture "Yes|true" "No|false"]
Thanks for your report
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Send PDF based on a conditionHi!
I’m working on it!
Thanks