maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Form Disappearing when Contact Form is savedWere you able to figure out your problem? If you don’t mind, send me your wp-admin login details to admin at maximum dot software and I will help debug your issue.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Form Wont Transfer CheckboxesI’ve released a new version of the plugin which uses pipes by default for checkboxes.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Format supportsI’ve released a new version of the plugin which has the download feature.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error DOM Exception when uploading pdfI’ve released a new version of the plugin which does away with the file upload and replaces it with the media library. Let me know if your are still having issues.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Form Filler Capture DownloadI’ve finally released a new version with the download feature. However, I just now realized what your issue is. The nice HTML view is not always used due to rest_route not being always set. It is not clear to me yet how to determine when to show HTML and when to show the text version of the download message, however, you can use the following workaround for now:
Change
if( isset($_REQUEST['rest_route']) && $_SERVER['HTTP_X_REQUESTED_WITH'] = 'XMLHttpRequest' )to
if( $_SERVER['HTTP_X_REQUESTED_WITH'] = 'XMLHttpRequest' )in your plugin.
This will make sure you always get the HTML download link when AJAX is used.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] File upload errorAre you using the unreleased version from GitHub or version 1.0.2? The unreleased version (that I am planning to release today actually) has a different way to attach a PDF file to the form. If you are still using the old version, try updating once I do the release.
Another idea is that this error can be related to the maximum upload file size setting on the server. How big are your PDF files?
I can potentially take a look at your issue if you send me your wp-login details to my admin at maximum dot software email.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] pdf form is not uploadedI’m very sorry but there was downtime on the server today. I will be working to revamp the setup to make sure there is no downtime in the future.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] “no file with such file id” error messageI am really sorry guys. There was an issue on the server, happened at the worst possible time. It is fixed now. I will be improving my setup to prevent this kind of issue happening again.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] pdf form is not uploadedYour PDF needs to contain forms if you want to fill them. Make sure they are in the AcroForm format.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF file upload errorHi,
I am a little bit confused about what you are saying. Would it be possible for you to send some screenshots?
Setting up HTTPS shouldn’t break the plugin.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Form Filler Capture DownloadHi,
If you are seeing a link that is not clickable, this is probably due to CF7 JavaScript not working. Normally that shouldn’t happen and you should get a clickable link. In such cases, it is not possible to make the link clickable due to a CF7 limitation. Please see if you can fix CF7 JS to make the link clickable.
The problem with automatically allowing downloading is, you wouldn’t be able to handle that correctly in cases where there are multiple PDF files.
Let me know if you have any other questions or suggestions.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Format supportsHi,
This plugin does not create a PDF file for you. Instead, you need to create a PDF file yourself in a PDF editor and attach it to the CF7 form using this plugin. Make sure your PDF contains form fields with recognizable names. Make sure to use the AcroForm format for the PDF forms.
Only the new and unreleased version of the plugin contains the download feature you are looking for. It is available at the following URL,
https://github.com/maximum-software/wpcf7-pdf-forms/archive/bea28150a6115c14e24a82017ad18e00cbfff423.zipYou do need to attach the PDF file to the CF7 form when you initially build your form.
I am not sure what you mean by ‘which type of PDF file.’ Please elaborate.
See plugin video at the following URL,
Good luck with your project.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error DOM Exception when uploading pdfTry downloading the latest (unreleased) version at the following URL,
https://github.com/maximum-software/wpcf7-pdf-forms/archive/bea28150a6115c14e24a82017ad18e00cbfff423.zipI am planning to release this version soon, once I do all the checks and tests.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Conflict with OLVI themeLooks like it is a general PHP crash. Does it happen with other themes? I just don’t see how a theme and the plugin might conflict. Do you see the PHP error message in your logs?
I would like to debug this issue for you. If you don’t mind, send me your wp-admin login details to admin at maximum dot software and I will take a look at it. Otherwise, please provide the PHP error message and file/line where the error occurs.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Form Wont Transfer CheckboxesUse pipes to fill the exact exported value of the PDF field. See https://contactform7.com/selectable-recipient-with-pipes/ for more information.