Gravity Forms Upload each entry to Unique Folders

Here’s some code that will get you at least half way there:

https://gist.github.com/spivurno/35b86c47cdf0124be735

Changes you’ll need to make:

  1. Also stash the current $entry object in the stash_current_field_id() method.
  2. Use the stashed $entry to modify the file upload path in the modify_file_upload() method.