maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cannot attach one template to multiple formsThis is a bug with the plugin. The fix is in the works already. I will release it soon with a new version. Your workaround is perfectly fine.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Saved imageThe PDF Forms Filler for CF7 plugin doesn’t do any conditional logic, however, there are other plugins that may do what you need.
Re: 1, I am not sure what you mean.
Re: 2, I don’t think PDF has the option to password protect fields. I think you can password protect PDF files but this plugin doesn’t support any feature like that.
Re: 3, I am not sure what you mean exactly. Please describe with more details.
Re: 4, CF7 does have a secondary email option and you can turn on the feature to attach the filled PDF to the secondary CF7 email using the options button in the PDF form generator when you are editing the CF7 form.
Re: 5, I am not sure what you mean.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Emails Dropping into SPAM boxesThis is an issue you should discuss with your hosting provider. You may need to use a third party email delivery service.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error messageThis is probably unrelated to the plugin. Sometimes, PDF file size can be an issue with email. Try disabling attachment of the file to the email message and add the download link to the form response instead. If it works, that means your issue is with your SMTP server.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Lithuanian characters not showing in filled formUnfortunately, this is a rendering issue with a lot of PDF viewers. I’m working on a probably acceptable solution but it requires replacing the whole back end, it will be a while before I launch the new version with the fix.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Text ColorI think you can do it in the PDF file itself by changing the form field properties using your favorite PDF editor.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Issue with final PDFThe Pdf.Ninja API adds a watermark for free tier users.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] can’t get signature field to showThat is the only one I’ve tried for signatures.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cyrillic letters ignoredLooks like you are using the flatten option. If you can, try disabling the flatten option. Unfortunately, there is no work around with the flatten option enabled. I will see if I can expedite the development of the new version of the backend.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cyrillic letters ignoredCan you send me the filled PDF file to admin at maximum dot software? I would like to see what the problem is exactly. Sometimes an issue can be related to fonts.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] can’t get signature field to showI think this is an issue with the Contact Form 7 Signature Add On plugin or something else. Try disabling some suspect plugins or use a different theme.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cyrillic letters ignoredAs far as I know, the root of the problem is actually with some PDF viewers not rendering forms properly.
I have already begun work on replacing the back end filling functionality using a different tool set which seems to have a solution for this issue. Unfortunately, it is slow going, mostly due to me being busy with other priorities. I don’t have an ETA for you at the moment.
The only workaround I am aware of is to re-save the file using either Adobe Acrobat or Foxit Reader. This doesn’t solve all of the issues, however, I think it would work with Cyrillic.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cannot map checkboxExport value is the field value set in the PDF file. You can set it to whatever you want using your PDF editor.
See https://helpx.adobe.com/acrobat/using/pdf-form-field-properties.html.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dynamic data not filling properly in pdfThere are a few methods. You can use a plugin like Code Embed.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cannot map checkbox@conroy-bagpipe thanks for the tip!
There are docs about pipes on the CF7 website at the following URL,
https://contactform7.com/selectable-recipient-with-pipes/The PDF filling code just takes the field “value” and adds it to the PDF file. If the value doesn’t match the PDF field’s exported value then the checkbox would not be checked.