I have Metabox installed on WordPress. Using the plugin, I create a modular system with different modules and different options within each module. This leads me to define many fields, and using Conditional Logic, I hide the fields that are not specific to the module.
Given this condition, when I have many modules (around 30), the browser becomes overloaded and crashes.
I need to know if there is any way to have the Conditional Logic functionality without loading the fields instead of hiding them with JS or CSS.
Metabox gives us the possibility to create the administrator we want, but when we make very long pages, the administrator is useless.
I need a solution. Can you think of one?