Hi I have a dropship directory website of wholesalers, dropship suppliers, etc.). I am looking to display specific contact details (phone #, address, website url, NOTES, etc.) of the company in each post. One of my rows has "Notes" about the Supplier. However, some suppliers don't have any notes in that section (see IMG 1 attachment). You will notice that row is just blank but the left column still says "Notes". Is there a way to hide that row completely when the suppliers don't have any notes?
I'm not sure if it has anything to do with the "Set condition(s)" (Conditional Display) of that field because that part confuses me. I'm having a hard time understanding "conditions" of a Custom Field when it comes to =, >, >=, ===, !> . All those symbols and the "value" and all of that is confusing to me. Anyways, I look forward to your reply. Thanks!
Hello,
You can use [wpv-conditional] shortcode to check if the field value is empty, then display that row content, see our document:
https://toolset.com/documentation/user-guides/conditional-html-output-in-views/checking-fields-and-other-elements-for-emptynon-empty-values/#2-comparing-the-element-with-an-empty-string
Checking fields and other elements for Empty/Non-empty Values
My issue is resolved now. Thank you!