Title: [Plugin: WordPress Form Manager]  FILE LINKS
Last modified: August 20, 2016

---

# [Plugin: WordPress Form Manager] FILE LINKS

 *  [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/)
 * Hi, I’m facing a weird problem these days;
    I can set up both the Upload url 
   and Upload Folder and they work because if I go into Submission Data and I click
   on the file urls, they show me the attachment properly. BUT, I can’t get the 
   link on the posts or the mail (both generated from the form submitted)
 * What could be the problem? why no links are generated and the name of the attachment
   isn’t the name of the file but of a section of the form?

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

 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/#post-2380159)
 * more info about the problem;
    the form I was talking about has a “menu list” 
   to pick from, but also the file upload.
 * Now, if I upload a file, and submint, instead of having:
    FILE UPLOAD: fileurl.
   txt I’m having FILE UPLOAD: (the text I selected on the menu list)
 * I just tried to delete the Menu List field, and now I have:
    File Upload: a:4:{
   s:8:”filename”;s:29:”dgsdg (11-03-11-12-47-21).txt”;s:8:”contents”;s:0:””;s:10:”
   upload_dir”;b:1;s:4:”size”
 * while the correct link (the workin one inside the Submitted Data table) is:
    
   siteurl/uploads/articles/dgsdg%20(11-03-11-12-47-21).txt
 *  [hoffcamp](https://wordpress.org/support/users/hoffcamp/)
 * (@hoffcamp)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/#post-2380383)
 * Thats a bug. I will post an update shortly.
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/#post-2380397)
 * I solved changing in “fm-form-default.php” the “case: File” line like this
 *     ```
       <?php break;
       		case 'file':?>
       			<li<?php if(fm_summary_the_nickname() != "") echo " id=\"fm-item-".fm_summary_the_nickname()."\"";?>><?php echo "File: "; echo fm_summary_the_value();?></li>
       ```
   
 * btw thanks again for this great plugin!

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

The topic ‘[Plugin: WordPress Form Manager] FILE LINKS’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [revok](https://wordpress.org/support/users/revok/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/#post-2380397)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
