Hi, is there a shortcode for hiding empty fields from a view? For example, if I have field [1] for a city and I use this in the view:
City: [1]
How can I make the city text not visible if the user leaves that field empty in their form?
Thanks
Please login or Register to submit your answer
Unless I'm missing something, this is a very basic Formidable question. You do something like [if 1]City:[1][/if 1]
https://formidableforms.com/knowledgebase/conditionals/