I'm using the Gravity PDF plugin. I have a form with a single file upload field (accepts PDF only), and I've added the Merged PDFs field as well. Upon submitting the form, the individual PDF I uploaded is saved without issue, however, the merged PDF is not uploading, and the following errors are thrown:
Warning: Undefined variable $file_name in C:\Users\dorej\Local Sites\divi-dev\app\public\wp-content\plugins\gravityforms-merge-pdfs-main\loader.php on line 280
Warning: copy(merged-2.pdf): Failed to open stream: No such file or directory in C:\Users\dorej\Local Sites\divi-dev\app\public\wp-content\plugins\gravityforms-merge-pdfs-main\loader.php on line 201
I'm using the Gravity PDF plugin. I have a form with a single file upload field (accepts PDF only), and I've added the Merged PDFs field as well. Upon submitting the form, the individual PDF I uploaded is saved without issue, however, the merged PDF is not uploading, and the following errors are thrown: