Hi there,
I was wondering if it possible to add some sub-fields (similar to the post image's field caption, description, title sub-fields) to the file upload field. Using either some hooks or filters or any other magic.
Hi there,
I was wondering if it possible to add some sub-fields (similar to the post image's field caption, description, title sub-fields) to the file upload field. Using either some hooks or filters or any other magic.
Hi Sascha,
You could add any fields you'd like to display along with the file upload field via the gform_field_content hook. With that said, you would also have to handle processing that extra data and figure out the best way to store it as Gravity Forms would not handle these fields by default.