Including Form Fields into an Email

P

Pablo

I have a form that resides behind a firewall but I am need to send some of
the forms information to an external party. Only specific fields would
pertain to the external party. Is there a way to create an email that only
contains specific InfoPath fields that I want in the body of the email?
 
G

Greg Collins [InfoPath MVP]

Apparently the data connection doesn't allow you to place fields in the body, but does in all the other email fields. Strange.

Set up an email data connection and then use code to submit to it. Using code you can do whatever you want with any of the email fields.
 
Top