maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF FieldsI am not aware of anything like that. Can you describe your use case?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF FieldsWhy do you need one for WordPress? Usually it is software you install on your PC (such as Adobe Acrobat, etc). There are some web based editors too (for example, pdfescape.com).
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Not able to upload a pDFThere must be some sort of error with the wp_remote_get/wp_remote_post functions when sending a request to the Pdf.Ninja API (https://pdf.ninja/).
If you don’t mind me accessing your WordPress installation, I can take a look at it if you send me your login details to admin at maximum dot software.
You can also debug this by logging into your server using SSH and running example curl commands documented at https://pdf.ninja/. You may need to see what wp_remote_get/wp_remote_post functions are returning in pdf-ninja.php file.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Dropdown insert Text and ImgI believe I can make this work using the following,
1. Set up the dropdown like you would normally (mapping the CF7 field to the PDF field using field mapper)
2. Create a hidden CF7 tag/field called ‘bike-frame’
3. Set up some JavaScript (that would run when on change event is triggered on the dropdown) that would insert a URL of the corresponding bike frame image into the hidden CF7 field.
4. Use the image embedding tool to create an image embed that would put contents of the ‘bike-frame’ field into the PDF (it automatically downloads the image from the given URL).
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF FieldsYour PDF file must not have any fields. You need to use PDF editing software to add fields to the PDF. If you already did that then there must be a bug. Can you send me your PDF file to admin at maximum dot software? I would like to double check.
The shortcode can be automatically generated. You will see it under the dropdown boxes once you select a PDF field.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF FieldsLooks like you didn’t attach a file. Use a file upload field above to upload a file.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Using Selectable Options with PipesI believe you can also use checkboxes and radio with the pipes.
It should be working, according to your description. I believe you don’t need to export “Insurance Yes”, just export “Yes”. The unique requirement applies only to checkbox fields that have the same name, if I recall correctly. I assume your field names are different for each Yes/No pair, correct?
Send me your PDF file to admin at maximum dot software and I will take a look at whats going on.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Form not working on CF7 on iPhones or iPadsFor anyone having the same issue, this was probably a plugin conflict of some sort. A possible solution is to add the following into functions.php,
add_filter( 'wpcf7_load_js', '__return_false' );
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkbox doesn’t reflect in the pdfBy the way, for people who want to use different values in their CF7 forms, you can use the pipe feature.
Here is some more info:
https://contactform7.com/selectable-recipient-with-pipes/You can use it with checkbox and radio tags too.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Form not working on CF7 on iPhones or iPadsI can try. Send me your form URL to admin at maximum dot software.
If the issue happens only on iPads and iPhones then this is probably unrelated to this plugin. It doesn’t know what device you are submitting your form on.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error sending message with certain checkboxesThe problem was with WordPress Comment Blacklist feature. It was detecting a blacklisted word in the field name and refusing to send the message. I recommend not using this feature because it seems to have a huge potential for false positives with CF7.
See https://contactform7.com/faq/i-get-an-error-message-with-an-orange-border-even-though-i-dont-use-akismet/ and https://contactform7.com/comment-blacklist/ for more info.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Send a copy of the PDF to the UserYou can get to the options by pressing the ‘Options’ button to the right of the PDF name (after you upload and attach it).
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Send a copy of the PDF to the UserContact Form 7 has the secondary email feature. You can configure a second email to be sent. Make sure you set the ‘To’ field to the user email address field tag and enable the attachment of the filled PDF to the secondary email in the PDF options (PDF Form tag generator window).
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error sending message with certain checkboxesWhat do you mean by ‘not allow message to be sent?’ Is there an error message or is it just not sending the email message even with a success message?
I would like to reproduce this error on my end. Can you send me the PDF file to admin at maximum dot software?
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF file upload failed