maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] How do I add the PDF to the email?Here is the video: https://youtu.be/e4ur95rER6o
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF file upload failedI’m sorry you are having difficulties.
Can you try the following file?
https://help.adobe.com/en_US/Acrobat/9.0/Samples/interactiveform_enabled.pdfCan you send me your phpinfo() output?
I believe this issue is related to uploading of the file from your web server to the API server. I’m not entirely sure what is causing this. It would help me debug the issue if you can give me access to your WP installation (email [email protected]).
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Error MessageUsually the key is generated automatically. However, if your wp admin email is invalid, this will fail. You can manually generate the key here: https://pdf.ninja/
Once you generate a key, you have to import it on your site.
The key is located on Contact Form 7 ‘Integrations’ page (https://yourdomain.com/wp-admin/admin.php?page=wpcf7-integration). Click the edit button and you will be directed to this url: https://yourdomain.com/wp-admin/admin.php?page=wpcf7-integration&service=pdf_ninja&action=edit
Once there, you can paste the key and save. This should fix your issue. Let me know if this doesn’t work.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] How do I add the PDF to the email?There is a ‘Get Tags’ button next to the filename. It will generate tags in the textarea below and allow you to insert them into your contact form. These special tag names are linked to the fields in the PDF file by name. Currently, this is the only way to make it work. Eventually, I will add a field mapping tool to the plugin, however, for now you will need to use the generated tag names.
I will post a demo video of how to make it work on the plugin page shortly.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Pdf with Hebrew textI believe this problem can be solved by embedding the font.
The PDF Forms Filler for CF7 plugin integrates with Contact Form 7 plugin. It does not provide any of the features you listed. It only allows filling of the PDF forms with data and attaching it to the email message. You will need some additional plugins to be able to do everything you listed. The features you are describing are outside of the scope of the PDF Forms Filler for CF7 plugin.
1. Prepaid end-users access private form
You will probably need to do this using standard WordPress features.
2. Client data
You will probably need to use a plugin that saves Contact Form 7 submissions into a database. Maybe something like https://www.ads-software.com/plugins/cf7-database/ or similar. This plugin will probably need to have some access controls. It will need to have data import functionality as well. It will need to save attachments with the submissions.
3. Print PDFs
Users will be able to print PDFs by opening them. If you want anything more fancy, you will probably need to do some custom coding.