How do I output fields that only have a valid value in the database and skip the output of fields that have No value in the database.
example
First Name : Jen
Middle Initial : A
Last Name : Brooke
if for example the person doesnt have a middle initial
I want the output to be like
First Name : Kelly
Last Name : Sue
Instead of
First Name : Kelly
Middle Initial :
Last Name : Sue
example
First Name : Jen
Middle Initial : A
Last Name : Brooke
if for example the person doesnt have a middle initial
I want the output to be like
First Name : Kelly
Last Name : Sue
Instead of
First Name : Kelly
Middle Initial :
Last Name : Sue