that is how we have
{applicant_type1} {applicant_name1}
{applicant_type2} {applicant_name2}
there is a tab between {applicant_type1} and {applicant_name1}
but when you replace with data the length of data in applicant_type1 and applicant _type 2 are vaires, so the tab does not line up the applicant_name1 and applicant name2
eg
creditor name1
tenant name2
government name3
the result we want is
creditor name1
tenant name2
government name3
i even tried to set the max length of applicant_type data but, space, uppercase and lowercase make the positon of name not lined up.