maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Date Field formattingPlease edit the mapping by clicking the edit icon next to the CF7 field name and entering the following tag:
[_format_{field name} "d-m-Y"]Change {field name} to your CF7 field name.
See more details at https://contactform7.com/date-field/#Format_Date_Value_in_Mail.
Let me know if that helps or not.
There must be some sort of plugin conflict. What plugins do you have installed?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] How to attach email to the authorHi,
You should enable the second message [Mail (2) checkbox] in the CF7 form’s Mail tab. Use the mail-tag that contains the person’s email in the “To” field. Then, open “PDF Form” form-tag generator window, click options next to the attached PDF file, enable the “Attach to secondary email message” checkbox and save the form.
Let me know if that helps or not.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Single Checkbox not workingI still don’t fully understand what you need.
When you embed an image, you can select the bounding box where the image will be embedded using the jcrop tool. This will allow you to set the location and the size of the image within the PDF.
If you want to allow users to crop the image on the front end before it gets uploaded then that should be done using another plugin or with some custom code, maybe using jcrop. This kind of feature is outside of scope of this plugin.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF PasswordHi,
I am slowly working on adding PDF password protection support. I don’t have an ETA for when it will be ready.
The feature that you are requesting would be possible to add. I will try to bake it into the plugin as part of the update that will add the password protection support.
Good idea.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Multi-step formsMake your mappings look like ones in my screenshot. You should have text boxes with mail-tags in the first column.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Single Checkbox not workingHi @gsugapong,
The word ‘day’ is a reserved keyword. See this.
You have to use ‘day1’ or something like that.
How exactly do you need to ‘adjust’ the embedded image?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Multi-step formsYou don’t need to add anything to your pages. You just have to use mail-tag mappings on the last CF7 form.
See screenshot: https://i.imgur.com/D75dsyk.png
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Multi-step formsHi @lucasdabout,
Sorry for the delay. The plugin doesn’t see the fields from the other steps. However, what you can do is add a mail-tag mapping for those fields not in the dropdown. You can do that by adding a non-field mail tag or clicking the edit icon next to the field name in the field mapper tool. I’ve just tested this and it works pretty well with multiple steps.
Let me know if that helps or not.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Single Checkbox not workingHi,
There seems to be a number of issues.
1. Your PDF file appears to be broken in some ways. Some checkbox fields don’t get filled by both versions of my backend and some checkboxes render as blank when checked. I’ve opened your PDF file in my PDF editing software, edited the checkbox style, re-saved it and it started working for me. Please try to correct your PDF file using this method.
2. According to your PDF file, the valid ‘day’ field values are ‘sun’, ‘sat’, ‘friday’, ‘thursday’, ‘wednesday’, ‘tuesday’, and ‘monday’. Only one value may be selected at a time. But according to your form-tags and your mapping screenshot, you have an individual form-tag and PDF field for each day. The fields’ values are incorrect as well. So, you must have changed the PDF since you’ve set up the form-tags and the field mappings. The correct form-tag for the current version of the PDF file is as follows:
[checkbox day1 exclusive "sun" "sat" "friday" "thursday" "wednesday" "tuesday" "monday"]
If you need to customize the field values on the website, you can use pipes:
[checkbox day1 exclusive "Sun|sun" "Sat|sat" "Fri|friday" "Thu|thursday" "Wed|wednesday" "Tue|tuesday" "Mon|monday"]
The correct mapping is “day1 -> day”.I am able to get your checkboxes filled using the above fixes.
Forum: Reviews
In reply to: [PDF Forms Filler for CF7] Works greatBy the way, you can pretty easily style those CF7 notification messages (as well as the download links box) by adding custom CSS to your theme.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Multi-step formsHi @lucasdabout. Which multi-step CF7 plugin are you using?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] the support for Arabic fontBy the way, I’ve deployed API version 2 to the production URL (https://pdf.ninja). Feel free to try it out. It should solve your issue.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] support of Latin fontsBy the way, I’ve deployed API version 2 to the production URL (https://pdf.ninja). Feel free to try it out. It should solve your issue.
Forum: Reviews
In reply to: [PDF Forms Filler for CF7] Works greatThese notifications are produced by the CF7 plugin. My plugin adds only the notification with the blue border around it.