• i successfully created a form with your advanced file uploader. everything works fine. but when i use Gravity Forms Directory to output the entries in the frontend, i get a warning message:
    Warning: Invalid argument supplied for foreach() in /Users/nicb/Data/_htdocs/batfo/wp-content/plugins/gravity-forms-advanced-file-uploader/class.core.init-uploader.php on line 1541
    i then added the following statement around the foreach code:
    if (is_array($file_attachment_ids)){…}
    problem solved.

    2nd problem: all values of each entry are shown except the one from advanced file uploader. it just shows: “View form entry for file details.”
    I uploaded just one image. How can i show it in the frontend?!

    THANKS

    https://wordpress.org/plugins/gravity-forms-advanced-file-uploader/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem in conjunction with Gravity Forms Directory’ is closed to new replies.