Hi,
is it possible to toggle the fields?
For example, if i put get_field in 1 <div> box and just display this in the frontend, if the user is clicking “more info”
Thx in advance
Ayhan
Yes, it is possible to do this, but it isn’t something that ACF will do for you.
You would need to code the HTML and add the necessary JavaScript for your page to accomplish what you want.
Or you might be able to find a plugin that will do the showing/hiding of content on the front end, but you’d need to code the HTML and possibly additional code needed by the plugin.