Saving images from Gravity Forms repeatable File Upload as post attachments [closed]

Perhaps instead of having a repeatable upload field, use conditional logic to tie a dropdown or radio which asks how many uploads the user needs (1, 2, 3, 4, 5…), and then a series of pre-built upload boxes which show up based on what number was selected. It’s not 100% dynamic, but hopefully you have some kind of limit as to how many of these you want in the first place.

I would then store these as meta fields and refer to them. You can map each upload box to a meta field. Then when that post is generated (it is a post right?) you can reference the post_meta.

Leave a Comment