Viewing 1 replies (of 1 total)
  • Thread Starter virgodesign

    (@virgodesign)

    found a solution, hoping could be useful.

    find and edit the following file:

    /wordpress-form-manager/types/file.php

    find the getFormattedFileName() function and before the last command (‘return $newFileName;’ ) insert a string replace command like this:

    $newFileName = str_replace(" ","-",$newFileName);

    this replaces blank spaces with “-“.

    for me it works.
    thanks

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Form Manager] change name of uploaded files’ is closed to new replies.