Skip Navigation

[Resolved] Repeatable Groups

This support ticket is created 6 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/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

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

Assisted by: Luo Yang.

Author
Posts
#1074249
Bildschirmfoto 2018-08-05 um 12.46.05.png

Tell us what you are trying to do?

Hey there, i think i don´t get the repeateable field groups. I want to build a job submission form. in this form there should be a repeatable field for "needed job experience for this job". So an employer can add as many experiences he needs.

But the field group do not show up in the job submission form.

Hope you can help.

Cheers

#1074765

Hello,

The Toolset Repeatable Groups is based on post type, you can consider it as a one-to-many relationship, so each item of Toolset Repeatable Group is a different single post, but Toolset post form can edit/create only one post, it can not edit/create the post and items of Repeatable Group at the same time, so in your case, you can try these:

1) Create the "job" post first, after the "job" post is created, redirect the user to the new "job" post

2) In single "job" post, show user another post form for creating item of Repeatable Group
https://toolset.com/documentation/post-relationships/selecting-parent-posts-using-forms-create-child-items/