Trying to figure out a way to hide a block if a dynamic data field is empty or null. Ideas?
Here is mine. Hope it gets voted and implemented
Hey @Wingtracer,
I do not know your exact setup, what type of field etc. But usually it works with a condition like this:
This translates to:
Show this basic text element if the custom event date field (created in ACF) is not empty. Otherwise hide it.
Let me know if that helps.
Best,
André
Thank you! Much appreciated.