Tell us what you are trying to do?
I have a custom field group which has a repeatable group. Now I know that in the 'Toolset View - Content' screen (Image 8.jpg) the repeatable groups should appear. But they aren't appearing. What can I do?
Hello,
I have tried it in a fresh WP installation + the latest version of Toolset plugins, it works fine, I can see the repeatable field group in the "Toolset View - Content", see my screenshot: cfg-view.jpg
You can see it in the same sandbox site:
Login URL:
hidden link
Single "SAAS" post:
hidden link
Is there any missing steps? can you reproduce the same problem in above test site? thanks
I was actually creating a custom search View on a WordPress Default page type. For those search queries I wanted to show the respective Repeatable Fields of the SAASes posts on that page. Is it possible?
Yes, it is possible, and needs nested views. For example:
1) Parent post view:
- Query SAASes posts
- setup the custom search form, filter the results by fields of post type "SAASes"
- In view's loop, display the "SAASes" post information + below child post view
2) Child post view:
- Query posts of your Repeatable Field groups
- Filter by post type relationship of between "SAASes" and Repeatable Field groups
- In view's loop, display Repeatable Field groups fields.
In the page you mentioned above, display the Parent post view of step 1)
My issue is resolved now. Thank you!