I have a form which works perfectly fine. However it’s quite long with many fields so I’d like to display it in 2 columns on the frontend.
Do you have a tutorial or page with details on how this can be done? Or something to get me started on this?
Many thanks!
There are no tutorials that I know of for this. There are a couple of choices.
1) you can edit the field group and set the width of every field to 50%
2) you can create custom CSS to override ACF’s CSS for displaying fields https://www.advancedcustomfields.com/resources/acfinputadmin_head/
Hi,
In the end it was getting too complex putting it into columns.
In the end I discovered TABS however, and this seems to work well for the project we have.
Thanks!