maximum.software
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Attach create PDF to emailThis already exists. You have to select the notification you want to attach your filled PDF to in the ‘Attach the filled PDF file to the following notifications:’ dropdown option. You can select multiple notifications if necessary. You can add an admin notification in the ‘Notification’ tab and select it in the dropdown in the ‘PDF Forms’ tab.
Maybe I don’t understand your request. Please clarify.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] PDF is not attached to emailI’ve released a new version with a fix of a bug that is probably the same as what you are describing. Please try it out and let me know if you are still having the same issue.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Mapped fields disappear when I refreshI’ve released a new version with a fix of a bug that is probably the same as what you are describing (all mapped fields disappear). Please try it out and let me know if you are still having the same issue.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Mapping disappears when savingI’ve released a new version with a fix of a bug that is probably the same as what you are describing. Please try it out and let me know if you are still having the same issue.
- This reply was modified 1 year, 8 months ago by maximum.software.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Field Mapper Tool issueThanks for your help with allowing me to replicate the bug. I’ve released a new version with a fix.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Field Mapper Tool issueYou can send it to my email, admin at maximum dot software. You can also get in touch at https://maximum.software/support/ or https://maximum.software/contact/.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Field Mapper Tool issueHi,
Some people are reporting this issue, however, I am unable to replicate it. It would really help me if I could debug the problem directly in your environment. Would you mind sending me a temporary wp-admin login to your WP instance to my email, admin at maximum dot software? I would be glad to resolve this issue for you.
Thank you.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Mapping disappears when savingHi,
Which version of the plugin are you using?
Someone else had the same issue but, unfortunately, I was not able to reproduce this bug. I believe I fixed this issue in the latest version after a code review, but I am not sure. Does it happen for you every time you save?
It would be great if you can send me your PDF (admin at maximum dot software) and tell me the exact steps you took to reproduce the bug.
Thank you.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Getting StartedGood to hear. Let me know if you have any other questions. Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Getting StartedHi,
Correct, you need to use PDF editing software to replace underscores with PDF form field objects. Please see the following page for more information:
https://pdfformsfiller.org/docs/create-pdf-file/Let me know if that helps or not.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] pdf.ninja Pro KeyHi Jan,
I am glad you found it useful.
You should get an invoice with your order email notification.
Let me know if you have any feature request, comments, etc.
Thanks.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Spinning Wheel when submittingLooks like the error was
Undefined constant "GLOB_BRACE"
. This probably happens because your site is running on non-GNU system.I’ve replaced the following line in my plugin:
$files = glob( trailingslashit( $this->tmp_dir ) . '{,.}*', GLOB_BRACE );
With the following lines:$tmp_dir_slash = trailingslashit( $this->tmp_dir );
$files = array_merge( glob( $tmp_dir_slash . '*' ), glob( $tmp_dir_slash . '.*' ) );The above resolves the issue for you as long as you don’t reinstall the plugin. I’ll release an update shortly that would fix this problem permanently.
Thanks for letting me know about the issue.
- This reply was modified 1 year, 9 months ago by maximum.software. Reason: this new post editor is horrendous
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Spinning Wheel when submittingCan you try creating a simpler form with just one text field mapped to just one PDF field and see if you still get the error?
It is really difficult for me to guess what the issue might be without an error message from logs and without access to your admin panel. If you don’t mind sending me temporary wp-admin login info to my email, admin at maximum dot software, I will debug this for you.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Spinning Wheel when submittingLooks like you get a 500 error when you submit the form. Can you take a look at your server logs to see what the problem is?
Forum: Plugins
In reply to: [PDF Forms Filler for WPForms] Rich text into PDF Field shows as HTMLCan you try changing your PDF field options in your PDF editing software to allow Rich Text formatting? You will need to re-attach the new PDF version to your form.