Question about Form submit

i have item and item have array of images. I made Item form with images, which i can selected. What kind of field i must use to save array of images in my item? May be JSON?
another variant is to update images from other component.
How to make it better?

Hi @Dmirij!

You might be able to find an example in the Redwood Forms doc here: https://redwoodjs.com/docs/form

And Redwood Forms is built on React Hook Form. That documentation is here: https://react-hook-form.com/

If you can’t find the solution you’re looking for, could you reply and add some code that you’re trying to make work? Otherwise it’s hard to know specifically what you’re trying to do. But would be glad to help further if we can!

Redwood has a recipe in the cookbook that deals with images. Maybe that can help you. https://redwoodjs.com/cookbook/file-uploads