maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkboxes are not workingYou have to make sure your CF7 checkbox value matches the PDF checkbox export value. Usually this can be done with pipes.
See https://contactform7.com/selectable-recipient-with-pipes/.
Usually, PDF editors have “On” or “Yes” as export values for checkboxes by default.
So, if your PDF checkbox export value is “On” then your checkbox tag would need to look like this:
[checkbox s_450709670-subform0-checkbox15 “Car/Station Wagon|On”]
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Download link in the body of the emailThe “download link in form submission response” feature might be what you are looking for. However, that just adds a download link to the response message that appears after you click the submit button.
Are you looking to have it start the download right after clicking the submit button?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Download link in the body of the emailHi,
Normally, the generated PDF is temporarily on the server. Once the email is sent, the PDF file is automatically deleted by CF7.
If you use the “download link in form submission response” feature, that file stays on the server only for a short period of time, so, it is not usable as a download link in an email.
There is a way to create links in email messages such that they link to message attachments, however, I don’t know if CF7 even supports this feature. I’ll have to investigate this option sometime.
Anyway, if you use the save PDF feature (see PDF options), you can then create a link which would work in your case.
Here is how to use this method:
1. Set save PDF file path to “myform”
2. Set filename to “[_remote_ip]” (or “[_serial_number]” which requires Flamingo 1.5+ be installed)
3. Add this link to the body of your email:<a href="https://yoursite.com/wp-content/uploads/myform/[_remote_ip].pdf">my PDF</a>This will save PDFs in your uploads folder and keep them there forever, allowing the link to work for a long time.
I would not use [_remote_ip] because it would not be unique per submission, [_serial_number] is what you want most likely.
Let me know if that helps or not.
- This reply was modified 5 years, 7 months ago by maximum.software.
- This reply was modified 5 years, 7 months ago by maximum.software.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Icons changeLooks like you are right. Apparently, a change sneaked through last year that added font awesome to the front end! I didn’t even notice this until now. Thanks for reporting it. I will release a new version soon with a fix.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Icons changeI just don’t see how this is possible. CSS didn’t change much. Also, the CSS is only included on the administration screen. This plugin does not alter the front end in any way as far as I am aware.
If you don’t mind me taking a look at this problem on your site, send me a temporary wp-admin login to admin at maximum dot software and I will see if I can debug it for you.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Icons changeHi,
This should not be happening. The plugin doesn’t change anything on the front end.
What plugin are you using for the social media icons?
Hi,
Unfortunately, I don’t believe I can do much about this problem. This is an issue with the repeater feature itself. This also happens when you try using the “[field__1] [field__2] …” mail-tags in the CF7 email message. The “CF7 Conditional Fields PRO” needs to augment CF7 to process these mail-tags and return empty values for cases when there is nothing filled in but the mail-tags are still being used by user. I believe I saw a hook for doing this in CF7.
Please contact the “CF7 Conditional Fields PRO” plugin developer and ask for this fix.
Thank you.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error Generating PDFHi,
Unfortunately, it will take some amount of time before the fix would be available.
I will update this post once the fix has been deployed.
Thanks for reporting the issue.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Integration errorThis is just a warning, it doesn’t break anything. You can safely ignore it. I will hide the warning in the next release.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Stretch ImagesI don’t have an ETA for you. I’ll let you know when the feature would be released in this topic.
I am having issues reproducing your problem. I suspect this happens due to the “[your-field__2]” tag not being defined. This might need to be fixed in the ‘CF7 Conditional Fields’ plugin, however, give me some time to get to the bottom of this issue.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Encounter error in after submitting contact formHi,
Can you send me your PDF file to admin at maximum dot software?
Your issue is likely non-standard compliant PDF file with one of the field names being really long.
One thing you might try is edit your PDF file and decrease the length of your field names.
Another thing you might try is to re-save the file in a more standard-compliant PDF editor.
Let me know if that helps or not.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Stretch ImagesAlignment is actually something I planned on adding already for a while. I guess both of these features can be added at the same time. Let me think about it and see if I can allocate time/budget for it.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Stretch ImagesThat would be the same as stretching it both ways, correct?
The option to stretch the embedded image can be added, however, it would not be a very high priority task for me, unfortunately. I believe you are the only user to request it. If you are interested in fast-tracking the development of this feature, please send me an email message to admin at maximum dot software and we can discuss it.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Stretch ImagesThere is no feature like that currently, but it can be added. Why do you say ‘either horizontally and vertically’? Why not both? What would control which way the image is to be stretched?