Is it possible to use GF to allow a person to upload files and then on a page list all fiiles that person has uploaded?
Is it possible to use GF to allow a person to upload files and then on a page list all fiiles that person has uploaded?
It's not something Gravity Forms itself does, but it's certainly possible to do this as a customization. If the user is logged in when submitting the form their user id is associated with the entry. So you could query the entries for that user id and then loop through the entry data and return just the uploaded file data.
excellent I had a feeling GF would save the day :)