I want to know how to remove text from before mergeFields, e.g., In the word DOC
Name: <<Full_Name>>
Address: <<Person_Address>>
How can we remove Name: from the word if mergeFields(Full_Name) is empty!!
We can do it by changing the mergeFields and add text before: as “Name:”, but I don’t want to change the template!!
I need to remove text like Name: <<Full_Name>>, the entire para if Full_Name is empty!!
In java!!