Field value in e-mail notification not what is present in Creator/Form View.

Field value in e-mail notification not what is present in Creator/Form View.

I'm creating an e-mail on success of a form and all looks good besides a few fields where I'm having difficulty.

I'm sure all the fields im having issues with are all related fix.

Example E-Mail Code:
<%=input.Contact_Person%>,

This e-mail confirms our most recent order.
________________________

The issue is the e-mail sample i'm receiving comes out like this:

Example E-Mail Sample

1267173000001045015,

This e-mail confirms our most recent order.


__________________________


The field reads in ZoHo 
"D Jones"

So it seems like it's some sort of ID number for the actual name of the value that we see present in the ZoHo Creator. How would I in the deluge code translate the ID to the actual display text that's shown within Creator?

Thanks very much,

Dustin