How to display pandarepeater field section in a pods form on frontend?
-
Hi,
Our client suggest to use pods framework to manange the content.
We are using PODs plugin and pandarepeater field plugin too.
Every thing seems to be working fine in admin dashboard.
Now i want to perform CRUD operation on respective pod_name from frontend.
So my first query come up with those repeater field.$pods_noo_resume = pods('noo_resume', $resume_id); $pods_noo_resume_fields = $pods_noo_resume->fields(); echo $pods_noo_resume->form($pods_noo_resume_fields);
I have displayed form fields using above code on frontend.
But the repeater fields are not displaying which are a part of above pod_name.
See screenshot: https://drive.google.com/file/d/1YchEbQx5Ug5R4oKsDPRDmhsZrFzDh3Vm/view?usp=drivesdk
can you please update with the code that i need to modify to show repeater fields and make it working with add/edit/update view of pods framework. ?
- The topic ‘How to display pandarepeater field section in a pods form on frontend?’ is closed to new replies.