I recently received a form submission that included a file attachment, but there is no option to attach files in the form. I am concerned this is a security vulnerability. How was this possible?
Thank you!
]]>Thank you for your action
Thanks for your feedback
I would like to make a setting so that the person who fills out the form (sender) also receives a PDF copy on their email address. How do I set that up? I was in the General settings and selected ‘both’ under “Who send the PDF File”, but it doesn’t work.
Thanks for your help.
]]>The form appears on all event pages of “The Events Calendar” and each event has a different PDF, which is why the email content would have to be generated dynamically.
Anyone have an idea?
Many greetings, Nico
]]>I did some searching and experimenting in the code to analyze the problem with missing attachments in emails. The problem is probably an incorrectly commented out area.
I see the following three lines in the class-job-notifications.php
file (in the includes folder) starting at line 310:
(HINT: MAKE A BACKUP OF THE FILE BEFORE!)
// // Add files to attachments
// $filepath = Job_Postings_Helper::getFilePath( $value );
// $attachments[] = $filepath;
Remove the initial slashes here so it looks like:
// Add files to attachments
$filepath = Job_Postings_Helper::getFilePath( $value );
$attachments[] = $filepath;
Save the file. Test it.
Important: Please note that this change will be lost when updating the plugin in the future. Therefore please do not keep the backup of this file in the plugins folder.
(You may give me some KUDOS with favoriting this post.. :-))
Cheers,
Besim
Tried with Loco Translate and editing wp-content\plugins\woo-product-attachment\public\class-woocommerce-product-attachment-public.php without success.
thanks in advance!
]]>Noticed a structured data error of late for these archives of my site. See link attached to this post.
I have Yoast set to Redirect attachment pages to images, which is working.
Wondering how these URLs are being generated as they are set to Index, Follow, and I am getting the Structured Data error now on these.
Are they attachment archives or just pages archives for the site? and what is best course of action here?
Thanks!
Chris
Thanks
]]>