Hi there,
I am trying to add the dynamic checkbox to repeater subfields. I am able to add to post meta value of a post by ajax. I further need to update to the field key object. How can I do that?
I am trying to get the repeater subfields meta_key object value. How can i get the subfield Object?
Thank you in advance..
Hi @alokstha1 ,
Thank a lot for contacting us.
You can load the sub_field_object as in this article from the documentation.
https://www.advancedcustomfields.com/resources/get_sub_field_object/
I hope this helps.