maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] i want the pdf to be saved in user dashboardYou have to talk to your hosting provider to enable those PHP functions. Many disable them to improve security, however, those are required to be able to run PDF manipulating binaries on your system from within PHP.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Checkboxes with Multiple OptionsYou should be able to just use a tag like ‘[checkbox example “option1” “option2” “option3”]’ and map it to the checkboxes.
However, multiselect fields are not supported at the moment. I am working to add support this type of field. Multiselect fields are where you have to set multiple values for a single field.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] i want the pdf to be saved in user dashboardI’m not aware of any plugins that do this, but it would be easy to write one.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] after Submitting, form just has the loading symbolThe problem was your Site URL had your local network IP so the form was submitting to an IP which is only accessible from within your network. I updated your Site URL and it seems to be working fine for me.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Change size of font that fills PDFYou can edit the PDF file with PDF editing software to change the font size. There are no features in the plugin to allow you to do it dynamically.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Comes Back BlankAlso, can you please share a screenshot of the error lines running down the top? It would also be nice to test out your PDF file. If you don’t mind emailing it to me, please send it to admin at maximum dot software. I would like to debug and fix the problems you are having. Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] i want the pdf to be saved in user dashboardUnfortunately, this is out of scope of this plugin. Another plugin needs to be created to fulfill your requirements.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cannot attach one template to multiple formsBy the way, I’ve released the fix for this bug a few days ago. Let me know if it works for you guys. Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDF Comes Back BlankHi,
@chadoner, you are saying that you “highlighted the areas.” The field mapper tool doesn’t actually provide any way to “highlight areas”, it only allows you to map fields. That means you probably used the image embedding tool.
The image embedding tool does not fill AcroForm fields. It tries to parse the CF7 field content into an image and embed that image into the “highlighted area”. If there is no image data or URL in the CF7 field, it just doesn’t do anything. That explains why you don’t see anything filled.
Can you confirm that you are actually using the field mapper tool?
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] after Submitting, form just has the loading symbolI don’t think the issue is with the PDF Forms Filler for Contact Form 7 plugin. You can do a quick test by disabling this plugin and seeing if the problem is resolved. Can you do that and report back if the problem was resolved?
Can you elaborate more on what your friend’s problem was exactly? Was he unable to submit the form or did he just not receive the email message?
Can you check your JavaScript console? Do you see any JS errors?
Another issue might be with your SMTP settings. Your WP instance may not be able to reach the SMTP server.
If you don’t mind me pocking around and if your WP instance is accessible from the Internet, I would like to log in and debug the problem. Send me your login details to admin at maximum dot software.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDFs are missing after Form CopyI’ve released a new version that fixes the bug that causes attachments to be removed. This should no longer be a problem. You don’t need to upload the file every time any more. However, the copy form issue is still not fixed. I’ll keep you updated.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] PDFs are missing after Form CopyUnfortunately, duplicating the form does not duplicate the attachment or any of the field mappings and embeds. We are looking at fixing this problem in the future.
Additionally, there is a bug that will detach the attachments from old forms if you try to use the same file in a second form. We are working on fixing this bug right now and a fix will be released soon. Meanwhile, please upload a new file every time you need to attach your PDF.
This is a known issue. A solution is in the works, however, there is no ETA at the moment.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Plugin Left Aligns Whole PageThe plugin doesn’t mess with the public facing pages in any way, only wp-admin pages and not to a large extent, except for CF7 admin pages.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] i want the pdf to be saved in user dashboardYou can get this to work if you can find a plugin that shows/allows downloading of files on user’s dashboard that exist at a certain path on the server, say “wp-content/uploads/user_files/$user_login/”. You can then just use the CF7 special tag “[_user_login]” to set up the “PDF Forms Filler for CF7” plugin to save filled PDF files at “wp-content/uploads/user_files/[_user_login]/”. The filled PDFs will be saved there and the user’s dashboard will show the files that was filled by them.