Since we do all this defining of of Lookup Wizard values in List and Add pages so that a numeric value has a Text display value how can we pass along these definitions so that an email is sent with the same Display values?
I have added the Send Email function to the ADD page events. And it does a great job of collecting the values and passing them along but the email arrives with the numeric values that I have "hidden" or "translated" using the Lookup Wizard.
The email arrives with the naked database field names and a number value such as "2" that really means "Herr" , that sort of thing.
I looked through the Forums archives but most all references to email are for ASPRunner and still don't talk about this issue.
I would be grateful if PHPRunner generated an EMAIL template that could be edited just like the LIST page and this is what would be referred to when the basic Email action was requested in the Events.
In the meantime is there a way I can use the already defined variables (say, referring to a lookup table to match the short value with the longer display text) for a project to send Text readable emails?
Thank you!