Email Subject Line

K

Karyl

Can I have the email subject line populated by the contents of a text field
on an InfoPath form. For example if the user keys "Microsoft Corporation" in
a specific text field - I need the Subject line in the email message to also
say "Microsoft Corporation". This field will change with each users input.

Thank you in advance.
 
D

Diana

Hi there,
It took me a while to figure this one out too. Go to Tools>Data Connections>
Choose Add>Submit Data>As an email Message
Put in your To and From info and on the subject line, click on the function
button and choose "Insert Field or Group" It will then bring up your fields
list and you can choose the one you want.

I needed to put in more than one field and some automated text. If you need
that too, then enter the following formula:

concat("Static text - ", FieldName, " - ", FieldName2)

Hope this helps!

Diana
 
G

Gailc

Hi Diana,

You have answered an ongoing question that I had - how do I add more than
one entry into my subject line.... but I need some more detail than you
provided. I need to add the static text New CBI and then a specific field
from my form (let's call it "CBI Title). I tried to follow your formula but I
continue to get errors - what should I be reading in my subject line?

Thank you so much
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top