Skip Navigation

[Resolved] Image with multiple instances in Repeatable Group

This support ticket is created 2 years, 3 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/Karachi (GMT+05:00)

This topic contains 4 replies, has 2 voices.

Last updated by agnieszkaC 2 years, 3 months ago.

Assisted by: Waqar.

Author
Posts
#2440393

Can I add an image field with "multiple instances of this field" in Repeatable Group?

#2440825

Hi,

Thank you for contacting us and I'd be happy to assist.

No, I'm afraid, the repeating or multiple instance fields are not supported inside a repeating field group.

regards,
Waqar

#2440833

I have custom post type - Hotel and repeatable group Room. Is there any solution to add to the Room multiple images?

#2440839

Yes, in this case, my recommendation would be to remove the "Room" repeatable field group and instead add a "Rooms" custom post type.

After that, you'll be able to join the "Hotels" custom post type, with the "Rooms" custom post type, through a one-to-many relationship.
( i.e. one hotel can have many rooms )

This way, you'll be able to use the repeating fields with the "Room" posts and will still be able to join/connect them with their respective hotels.

#2440875

I will check it 🙂 Tkank you.