maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] ERRORCould you not use the Classic Editor plugin?
You can download old versions of a plugin by going to the advanced plugin page and using the previous versions section.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] ERRORHi,
CF7 version 4.7 is very old. Can you please update to a more recent version? If not, what is the reason for not updating?
The latest version of PDF Forms Filler for CF7 supports CF7 version 5.0 and above.
Thanks.
Hi,
It looks like the plugin is unable to write to the temporary file path used by CF7. Do your PHP processes on your server have write permissions to your CF7 temporary files location? Can you check if CF7 file fields work correctly?
I will probably need to take a look at your setup to see why you are having issues. If you don’t mind sending me temporary wp-admin login details, I will log in and see if I can debug your issue.
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] TypeError r is nullI saw the same issue on another site. Looks like it occurs when using the Contact Form 7 Signature Addon and making the signature field required (*).
There seem to be threads on the support forum about the same issue:
https://ww.wp.xz.cn/support/topic/not-showing-validation-message-for-required-field/
https://ww.wp.xz.cn/support/topic/contact-form-7-signature-addon-problem/
https://ww.wp.xz.cn/support/topic/cf7-5-4-update-missing-validation-message/Your issue is likely related to the required flag, an outdated plugin for CF7 and CF7 v5.4+.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] “certificate has expired at pdf-ninja.php”I’ve switched to ZeroSSL. It should work better for you.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] “certificate has expired at pdf-ninja.php”@fierevere, thanks! Looks like that is the issue.
@epymetheus, please ask your hosting provider to update software on your server.Forum: Plugins
In reply to: [PDF Forms Filler for CF7] “certificate has expired at pdf-ninja.php”Hi Adam,
Can you please check your server date? It sounds like that might be the problem.
The certificate looks fine:
https://entrust.ssllabs.com/analyze.html?d=pdf.ninja&hideResults=on.Normally, you don’t need to do anything with your key. It can be viewed or changed on your CF7 Integration page. The same key will work for both, version 1 and 2.
I would recommend talking to your hosting provider regarding this issue. It would be interesting to find out what they say.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error whilst trying to install pluginHi,
I accidentally let one slip in the last release. Sorry about that. I’ve fixed the crash and released a new version.
Let me know if the new version works for you.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error whilst trying to install pluginHi,
I accidentally let one slip in the last release. Sorry about that. I’ve fixed the crash and released a new version.
Let me know if the new version works for you.
Thanks.
My recommendation is to compress your PDF to make sure it is as small as possible. It would be attached to email messages, so, it is very important to keep the size small.
Otherwise, please see https://pdf.ninja/ for more information. You may also take a look at your other options here.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Fillable PDF Forms NOT attaching to emailHi,
Attaching a PDF using the “PDF Forms” tag generator window should allow you to start receiving the PDF in the CF7 email. This must be a plugin conflict or a bug. Maybe the attachment gets filtered out somehow.
Can you post a list of the currently installed plugins in your WP instance with version numbers? Can you also post your WP version?
If you don’t mind sending me temporary wp-admin login details over email to admin at maximum dot software then please go ahead and send it. I will log in and try to debug your issue directly.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dropdown List / Checkbox IssueThe only difference that I see is that you have an extra space after the dash. Looks like CF7 pipes don’t work when there are 2 consecutive spaces? WTF? I’ll see if I can report this bug to CF7 developer. Meanwhile, I’ve resolved your issue by removing the extra space.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dropdown List / Checkbox IssueI ran out of ideas. I’ll have to look at your back end to figure out why it might not be working for you. If you don’t mind, send me a temporary wp-admin login to admin at maximum dot software and I will take a look.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dropdown List / Checkbox IssueWhat is your ‘ddlDumpster’ CF7 form-tag?
It should be something like the following:
[select ddlDumpster "Up to & Including (7) Days - $15.00|Duration_7" "Up to & Including (14) Days - $25.00|Duration_14" "Up to & Including (30) Days - $75.00|Duration_30" "Up to & Including (45) Days - $125.00|Duration_45" "Each Additional Day After 45 Days - $30.00|Duration_Additional"]Also, it looks like your duration checkboxes PDFs are named differently and, therefore, are separate fields. You need to create a mapping for each field:
ddlDumpster -> Duration - Additional ddlDumpster -> Duration - 7 ddlDumpster -> Duration - 14 ddlDumpster -> Duration - 30 ddlDumpster -> Duration - 45I was able to get it to work myself using your PDF.
Let me know if that helps or not.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkbox GroupHi @spykekrepshaw,
I’ve been working on adding the multi-select support. There are a lot of moving parts. Unfortunately, not everything is done yet. I’ll post an update once I have it ready.
By the way, what is the TYPE of field that you mapped to in your PDF? PDF checkboxes don’t support multi-select. Only PDF list boxes support multiple values to be selected at the same time. I assume you have multiple checkbox fields in your PDF and you want to map a single multi-select CF7 checkbox to multiple PDF single-select checkboxes, correct?
Thank you.