Skip Navigation

[Resolved] Make custom select field repeatable.

This thread is resolved. Here is a description of the problem and solution.

Problem:
Is it possible to make Types select fields repeatable?

Solution:
No, individual select fields don't have that option.

But, since Types 3, you can create repeatable field groups, so you can create such a group and add a select field to it, and then add as many instances of the field (via its group) as needed.

This support ticket is created 6 years, 5 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
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 6 years, 5 months ago.

Assisted by: Nigel.

Author
Posts
#915799

I have a custom select field.

I want to make it repeatable like Single Line field, i know this is not a default functionality for select.

But is there any way to make select repeatable.

#916154

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

You are correct that you cannot have repeatable select fields, but what you could do is to add a repeatable field group and include the select field inside the repeatable field group (even if you only include that one field). Then you can insert as many of the select fields as you want.

Do bear in mind that repeatable field groups are currently supported in Toolset Forms for front-end submission, and that such fields are no longer stored directly against the relevant post but instead stored against a linked repeatable-field-group post which acts as a container for the group of fields, and so to output them you need to use a View, you can't insert the field directly in the template for the original post.

See this page for details of how to display RFGs: https://toolset.com/documentation/getting-started-with-toolset/creating-and-displaying-repeatable-field-groups/