Modify Subject & Email Submit Form?

C

Charles W

I currently have an InfoPath form that is setup to submit to an email
account. I am trying to modify the subject line when the form is submitted to
include standard text of “Employee Request for†and then the first and last
name from fields within info path. I haven’t been able to get it to work the
way I want.

Problem 1:
When I add a new e-mail submit option, I have an option to setup the email
address and Subject. I’m not able to modify the Subject on an existing e-mail
submit option. Is there a way to modify the subject or even delete an e-mail
submit data connection?

Problem 2:
What is the formula to change the email subject to “Employee Request for â€
and then the first and last name from fields within info path?

Thanks

Charles W
 
S

S.Y.M. Wong-A-Ton

1. Tools > Data Connections. Select the data connection that represents the
email submit data connection and click Modify.

2. concat("Employee Request for ", firstNameField, " ", lastNameField)
 
C

Charles W

That works.

Thanks


S.Y.M. Wong-A-Ton said:
1. Tools > Data Connections. Select the data connection that represents the
email submit data connection and click Modify.

2. concat("Employee Request for ", firstNameField, " ", lastNameField)
 

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