Title: Uploads / Attachments
Last modified: October 5, 2017

---

# Uploads / Attachments

 *  Resolved [Dapadonkila](https://wordpress.org/support/users/dapadonkila/)
 * (@dapadonkila)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/uploads-attachments/)
 * Hi all,
 * I have finally been able to test the form I have created.
 * In the emails received, I note that despite attaching a file to the form and 
   that file being in the system (WordPress / Form Maker Submissions) it is not 
   attached to the email itself.
 * My client does not have access to the back end and would not wish to have to 
   login to retrieve an uploaded file each and every time – as a referal is dealt
   with my a local receptionist.
 * Is it therefore possible for this to be attached to the email that is sent along
   with the refer’s details?
 * Again, I am out of time so a prompt reply would be very grateful.
 * Thanks in advance, Colin.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fuploads-attachments%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [WD Support](https://wordpress.org/support/users/wdsupport/)
 * (@wdsupport)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/uploads-attachments/#post-9559247)
 * Hey, [@dapadonkila](https://wordpress.org/support/users/dapadonkila/)!
 * Do you use an email client such as Outlook to check emails? If so, please note,
   that it blocks attachments sometimes.
 * However, we can add the link to the attached file in the submission email. This
   way, your client will be able to download the files by clicking on the links.
 * If this is alright with you, I will ask our development team to make the changes.
   Let me know if you would like to get this workaround.
    Cheers!
 *  Thread Starter [Dapadonkila](https://wordpress.org/support/users/dapadonkila/)
 * (@dapadonkila)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/uploads-attachments/#post-9559297)
 * I use Outlook daily and have done for many years for all my businesses.
 * I would much prefer if the attachment themselves were attached but failing that
   a link would work!
 * Thanks in advance, As soon as this is sorted; I’m off your case.
 * Sorry for all the pushing, I’m under a lot of pressure to complete this.
 * I appreciate your time over the last week.
 * Br, Colin.
 *  Plugin Contributor [WD Support](https://wordpress.org/support/users/wdsupport/)
 * (@wdsupport)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/uploads-attachments/#post-9559353)
 * Thank you for confirming, [@dapadonkila](https://wordpress.org/support/users/dapadonkila/)!
   I have asked our development team to work on this. They will add the link to 
   the submission email soon.
 * Cheers!
 *  Plugin Contributor [WD Support](https://wordpress.org/support/users/wdsupport/)
 * (@wdsupport)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/uploads-attachments/#post-9561486)
 * Hi, [@dapadonkila](https://wordpress.org/support/users/dapadonkila/)!
 * I am happy to inform you, that our development team has made the requested changes
   on your website. They added the following code to **/form-maker/frontend/models/
   form_maker.php** file:
 *     ```
       foreach ($attachment as $file) {
          $admin_body .= '<a href="' . site_url($file) . '">' . basename($file) . '</a><br/>';
       }
       ```
   
 * You can search wp_mail in this file, the code is written before **if** statement
   of this function. Let us know in case you have questions.
 * Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Uploads / Attachments’ is closed to new replies.

 * ![](https://ps.w.org/form-maker/assets/icon-256x256.png?rev=2068681)
 * [Form Maker by 10Web - Mobile-Friendly Drag & Drop Contact Form Builder](https://wordpress.org/plugins/form-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/form-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/form-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/form-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/form-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/form-maker/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [WD Support](https://wordpress.org/support/users/wdsupport/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/uploads-attachments/#post-9561486)
 * Status: resolved