maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Receipt/Support – PDF Ninja Enterprise PluginHi,
You can actually get the precompiled and ready to go PDFtk binary that is more up to date (than one from PDFLABS) from here: https://gitlab.com/pdftk-java/pdftk.
The vm binary is there just in case you don’t have those tools installed system-wide. A lot of shared hosting companies don’t install things on their servers for you. It is a single binary to minimize disk usage.
Let me know if you have a specific problem that you need help with.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Receipt/Support – PDF Ninja Enterprise PluginHi,
Can you please remind me what the problem was? The Enterprise Extension should be working, assuming the hosting requirements are met.
Thank you.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Why I can’t upload PDF to PDF-Form ?Looks like your hosting provider needs to update their software. TLSv1 and TLSv1.1 are not supported.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Why I can’t upload PDF to PDF-Form ?Contact your hosting company and ask them to unblock outgoing HTTPS connections to https://pdf.ninja.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Exported PDF to a Webhook to use in ZapierThere is a tag that’s for attaching files to the email, however, there is no tag for a URL because the filled PDF gets deleted after it is processed. However, there is a feature that allows you to save filled PDF files (see the options button). You can save them in wp-content/uploads somewhere with a unique ID filename. You can then pass the unique ID to Zapier and possibly create a URL with the unique ID that would point to the saved filled PDF.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Exported PDF to a Webhook to use in ZapierI am guessing by ‘PDF’ you mean ‘URL to the filled PDF file’, correct? Or do you mean something else?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Why I can’t upload PDF to PDF-Form ?Your issue might be your hosting company’s firewall. Contact your hosting company and ask them to unblock outgoing HTTPS connections to https://pdf.ninja.
Hi,
When you say ‘form submit’, do you mean wp-admin ‘Edit Contact Form’ save button or the contact from submit button that is on the front end of your website?
This looks like a bug. However, I am not able to reproduce it myself. A plugin you have installed must be causing some sort of conflict that causes this. Would you mind giving a list of plugins you have installed?
If you don’t mind sending me temporary access to your wp-admin to admin at maximum dot software, I can log in and debug your issue.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] The PDF won’t attach in emailIt might be another plugin breaking something. What plugins do you have installed?
There is also a checkbox in PDF file options that allows you turn off/on the attachment of the filled PDF to the email messages. Make sure that is checked.
If nothing works, would you mind sending me a temporary wp-admin login info to admin at maximum dot software so that I can see if I can debug the issue.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Signature wont embed, just get a url?Hm, strange. I will have to investigate that. Thanks for letting me know.
Regarding the PDF signature fields, they are currently not supported. However, I am working on adding support in the next major versions.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkbox problems they don’t workHi,
There is a known issue with checkbox values. If you have ‘Sì’ as the checkbox export value, the ‘ì’ character is improperly escaped when CF7 form tags are generated. The fix is in the works. The workaround for now is to just fix it on your CF7 form by setting your CF7 checkbox value to ‘Sì’.
If you changed the export value to ‘1’, you also have to change your CF7 tag value to ‘1’. The CF7 tag value has to match the PDF checkbox export value exactly.
Let me know if that helps.
If you are still having trouble, I can help you resolve your issue if you don’t mind sending me your wp-admin login to admin at maximum dot software.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Signature wont embed, just get a url?Image embedding doesn’t work on PDF fields. It works on a PDF page, coordinate and size parameters. This is assuming the CF7 field contains a URL to the image that needs to be embedded. If the value is not a valid URL, no image is embedded.
If you are getting a web link filled into the PDF field then you must be using the field mapper tool. You should try using the image embed tool instead.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Empty form and a .txt fileHi,
Are you seeing ‘API error’ in your txt file? If yes, most likely there is some sort of issue with your PDF file. Try rebuilding it in a different PDF editing software. Most of the time these errors are caused by problematic PDF files.
To be sure, I will need to pull up the exact error message. I will need either your website URL, a few characters of your key or the PDF file to debug your issue further. Please send me your details or your PDF file to admin at maximum dot software.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkboxes with Multiple OptionsI would recommend changing the export value of PDF checkboxes to something unique and then mapping the CF7 field to both PDF fields. Also, change the CF7 field options to match the export value of PDF checkboxes.
Here is an example:
PDF fields:
mem-new, export value ‘new’
mem-return, export value ‘return’[radio mem-options default:1 “New|new” “Return|return”]
Map fields like so:
mem-options -> mem-new
mem-options -> mem-returnForum: Plugins
In reply to: [PDF Forms Filler for CF7] Charset supportI had to roll back that fix for the radio/checkbox not being selected bug due to another bug that existed in the fixed version. A fix for both bugs is now deployed to the beta API URL at https://beta.pdf.ninja/. You can test it out by changing your API URL in CF7 Integration settings.