• 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

    (@revok)

    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

    Thats a bug. I will post an update shortly.

    Thread Starter revok

    (@revok)

    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.