maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] How format date of birth?Whatever you get in the email is what you should get in the PDF. I am not sure why you are getting something different. What is your CF7 form code?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Download filled PDFI would recommend a signature plugin,
https://wordpress.org/plugins/contact-form-7-signature-addon/Here is the post with the code for filling and downloading a PDF,
https://wordpress.org/support/topic/is-there-a-way-to-post-pdf-rather-than-send/Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Download filled PDFWhere would you have this button? Would it be next to the CF7 submit button?
There is another topic on the support forum that has instructions how you can do something like this.
I will probably implement this feature sometime due to popular demand.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Mapping of radio buttons/checkboxesYou have to make sure the *value* of the CF7 checkbox or radio button matches the *exported value* of the PDF checkbox or radio button.
You can use pipes to hide what the exported value is.
See https://contactform7.com/selectable-recipient-with-pipes/Also, you cannot combine multiple different PDF checkboxes into a single CF7 checkbox tag if all PDF checkbox exported values are the same, such as “On.” You would either need to change exported values or use multiple CF7 tags.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Add sequential number to sent pdfNot currently, however, you can edit the plugin code to do this.
Sure, just attach multiple files to the CF7 form and create the relevant field mappings.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Compatible “CF7 Smart Grid Design Extension”That’s a good question. I will have to look at it sometime.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] API ErrorI do see errors in the logs. It looks like your PDF file is password protected. Please decrypt your PDF file and try again.
Adding PDF password protection support is a planned feature. You will see it implemented in a few months.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Radio,checkbox not mapped with pdfThe problem is, your CF7 field value doesn’t match the exported value of the field in the PDF file. Additionally, your PDF file has 2 distinct checkbox fields with the same exported value of “1.”
There is a number of things that you need to do,
1. Use pipes (https://contactform7.com/selectable-recipient-with-pipes/)
2. Edit your PDF to allow you to use a single CF7 field (change exported values, etc)
3. Possibly map single CF7 field to multiple PDF fieldsForum: Plugins
In reply to: [PDF Forms Filler for CF7] PDFs not emailedLooks like the incompatibility is with ‘Contact Form 7 Live Preview’ plugin. It seems to be resetting PDF file attachment to the form. I will need to investigate further what can be done to fix this. Meanwhile, you will need to disable this plugin.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Workaround for CF7 Multi-Step FormsThanks for sharing!
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Radio,checkbox not mapped with pdfSo, the problem in this case was that the PDF had XFA form (created with Adobe LiveCycle). Unfortunately, XFA forms are not supported by Pdf.Ninja API at this time.
Here is some more information about the issue,
https://www.foxitsoftware.com/blog/acroforms-vs-xfa-forms/Here is how you can convert your XFA form to AcroForm,
https://uknowit.uwgb.edu/page.php?id=63187Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDFs not emailedThere is a feature which lets you skip attaching PDFs if there is no data (skip when empty). Make sure you don’t have that option enabled in your attached PDF options (in the ‘PDF Form’ box after clicking the ‘Options’ button, this option is disabled by default).
The other thing I can think of is, you are using a “Mail (2)” feature of CF7. If you would like the PDF filled file to be attached to the secondary email, please enable the “Attach to secondary email message” option (in the ‘PDF Form’ box after clicking the ‘Options’ button, this option is disabled by default).
If you are still having trouble, it may be possible there is some kind of incompatibility with some other plugin. If you are ok with it, I can take a look at your issue if you email me your wp-admin login to admin at maximum dot software.
The other thing I can think of is, you are using a “Mail (2)” feature of CF7. If you would like the PDF filled file to be attached to the secondary email, please enable the option “Attach to secondary email message” in the ‘PDF Form’ box after clicking the ‘Options’ button. This option is disabled by default.
Otherwise, it is hard for me to know what the problem is without having access wp-admin and testing this myself. My guess would be, there is another plugin which creates a conflict. I’ve had this happen to some users. If you encounter this issue, please send me your information to my email (admin at maximum dot software) and I will debug it for you.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkbox not getting fillerWhat is the exported value of the PDF field that is mapped to CF7 field ‘myopia’?
What is the exported value of the PDF field that is mapped to CF7 field ‘hyperopia’?Maybe there are multiple PDF fields? If so, you may want to list them as follows,
[checkbox myopia exclusive “value1” “value2” “value3”]