With the ACF Columns plugin it is possible to arrange ACF fields in column groups in the post editor
With the ACF Columns plugin it is possible to arrange ACF fields in column groups in the post editor
Conditional Logic can now be used over different columns with the new ACF 5.7
For each column add a Column Field to your field group and define the width for this column. You can select between 1/2, 1/3, 1/4, etc. columns. To close a row you have to add a Column Field with the value ‘Reset’.
This plugin works only with the ACF PRO (version 5.4.0 or higher).
acf-columns
folder to your /wp-content/plugins/
directoryIf you are using a ACF version prior to 5.7 you can’t use the ACF conditional logic on fields across different columns.
Unfortunately, the problem is how ACF uses conditional logic. Both of the conditional logic fields (the conditional logic field and the field containing the value for the logic) must have the same parent element in the DOM.
However, since the column plugin have to modify the DOM tree, so that the columns can be split, the conditional logic only works in one column.