‘downloads’ is a repeater field. I’m having the exact same issue with jetengine repeaters. I need a code which will hide if sub_field_value is empty.
I’m trying to make a conditional to show a message if the field ‘downloads’ is empty. Used for conditions essentially to hide a section if the array was empty. Speed up your workflow and unlock features to better develop websites using acf blocks and options pages, with the flexible content, repeater, clone, gallery fields & more.
I'm fairly new in using acf so i used the code that was displayed in their site to display what is inside of my repeater field. Could we please fix that? On a blog single template inside an acf repeater i need to show/hide a button, depending on whether an acf text field is empty or not. The following code doesn’t show any message
I want to hide the section which holds my gallery if there are no images in the gallery. I'm using acf pro 5. Bricks enables us to conditionally output elements if a acf field of basic type like text has value by selecting it in the dynamic data condition with != and leaving the value input. Button should show if acf text field.
However, when i try to show the repeater's content it is empty?? In case the parent repeater field filters is empty (= no items inside the repeater) acf pro will return false for this field. Expectation should still be an empty array for.