Hello
I have a form, in which I can set various client fields like client name client address and more.
Only the client name is a must field, and all the other fields can be empty.
After saving the client data I display to the end user the clients details page (with all the clients information).
Now if the address field is empty I want to display some customized text for example "The Address is not set".
Currently my "show" page display only this
Can any one tell me how I can add this conditional text?