Skip Navigation

[Resolved] How to upload multiple images with Gravity Forms

This support ticket is created 3 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 3 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1973253

Tell us what you are trying to do? On this Link: hidden link I have a Gravity Form. It is a post form to create a Gym custom type.

One field "my-slider-images" is an image field, where I have multiple instances of this field.

Now I like to add a filed in Gravity forms, where a customer either can add multiple images and post into this field, or I use single fields, but I am not sure how to upload those multiple images.

Do I need to do some custom php coding?

Is there any documentation that you are following? I didn't found any document

Is there a similar example that we can see? hidden link

What is the link to your site?

#1974279

Hello,

It depends on Gravity Forms plugin, according to our support policy, we don't provide other plugin support:
https://toolset.com/toolset-support-policy/
I suggest you check it with Gravity Forms support.

In Toolset side, the custom multiple instance fields store same meta_key value but different meta_value value, for example:
meta_key: wpcf-my-field, meta_value: hidden link
meta_key: wpcf-my-field, meta_value: hidden link

One thing need to pay attention to:
If the custom field is created with Toolset Types plugin, you need to prepend "wpcf-" before field slug in your custom PHP codes, for example custom field "my-field", in WP database table "wp_postmeta", column "meta_key" value is "wpcf-my-field"