Text Formatting Examples

All upper

{[Client.FirstName|upper]} {[Client.MiddleName|upper ]} {[Client.LastName|upper]}

All lower

{[Client.FullName|lower]}

No change to text

{[DescriptionOfServices]}

Initial cap for text box

{[DescriptionOfServices|initcap]}

Initial cap first word and rest lower case

{[DescriptionOfServices|initcap:true]}

Initial cap for every word (doesn’t force capital words to lower case)

{[DescriptionOfServices|titlecaps]}

Initial cap for every word the rest of the words are forced to lower case.

{[DescriptionOfServices|titlecaps:true]}

Showing a blank lines in the document if text variable not answered.

My Spouse’s Information

First Name: {[Spouse.FirstName|else:”{[First Name]}”]}

Middle Name: {[Spouse.MiddleName|else:”_________”]}

Last Name:  {[Spouse.LastName|else:””]}

First Name: {[First Name]}

Middle Name: __________

Last Name: