I’m using ACF Free version.
I’m currently working with <?php acf_form( $options ); ?>
function.
I want to know how field_el work.
Here what I found from documentation Acf Form
field_el The element used to wrap a field. Choose from div, tr, ul, ol, dl. Defaults to div
I tried <?php $options['field_el'] = 'tr'; ?>
, but its not working.
Any suggestion is appriciated.
Thanks.
Hi @ziku07,
For ACF v4, this feature is not supported. Have a look at the docs for v4 –> http://www.advancedcustomfields.com/resources/acf_form/?version=4