Tell us what you are trying to do?
I like to create a repeater and use it in elementor accordion
Is there any documentation that you are following?
I tried some articles and it didnt work
Is there a similar example that we can see?
What is the link to your site?
hidden link
Hello,
There isn't such kind of built-in feature within Toolset plugins.
But you can try these:
1) Create a custom post types, for example "my-accordion"
2) In the single post, create a post view:
- Query above "my-accordion" posts
- Output the result with HTML codes of elementor accordion manually
Thank you
this is not a good solution because I don't like to open post-type to the inner section in another post type...
It leads me to use jet-engine or ACF, I like to stay with toolset...
maybe there is another good Idea?
Doron
You can follow our document to setup a repeatable field groups:
https://toolset.com/course-lesson/creating-and-displaying-repeatable-field-groups/
So you can manage those items in same post/page
But you still need to output the result with HTML codes of elementor accordion manually
ok, how can I how the fileds in elementor accordion with HTML or shortcode?
Please check the HTML source codes of the URL you mentioned above:
hidden link
You need to output the view results using the elementor accordion manually, see my screenshot: elementor-accordion.JPG