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?
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"