acf-fancy-repeater-field
acf-fancy-repeater-field copied to clipboard
get_sub_field() does not work
The function get_sub_field () cant retrieve any data from sub-fields in a repeater field with fancy repeater enabled.
An easy solution is to only change the field type when editing the fields using is_admin() to check if the post/page is being viewed or edited.
I have same issue.
@johannesdb I know this is old, but do you still have this problem?
I dont know as I found a solution by changing my forms. I cant easily replicate the setup and check if the problem still exists