Title
Multiple merge fields using FM send email option
Post
Hi
I can insert one merge field into the email I am sending using the "send email" option. When I try to insert another field into the body of the message it just replaces all text that already exists? Can more than one merge field be used in a email message (using the "send email" option within FM11)
thanks for any insight....
Doug
Can't use any merge fields in the email, You can specify a single field (I think that's what you did) or specify a plain text calculation that combines the data from as many fields as you want to produce the message you want to send in the email.
"Dear " & YourTable::Salutation &",¶¶" & "Thank you for purchasing the " & YourTable::Productdescription & "."
Is a very simple example of such a calculation.