Discussion:
Modify Subject & Email Submit Form?
(too old to reply)
Charles W
2007-03-29 16:36:05 UTC
Permalink
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.Y.M. Wong-A-Ton
2007-03-30 09:38:01 UTC
Permalink
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)
---
S.Y.M. Wong-A-Ton
Post by 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.
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?
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
Charles W
2007-04-04 20:36:00 UTC
Permalink
That works.

Thanks
Post by 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)
---
S.Y.M. Wong-A-Ton
Post by 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.
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?
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.Y.M. Wong-A-Ton
2007-04-05 11:00:05 UTC
Permalink
No problem.
---
S.Y.M. Wong-A-Ton
Post by Charles W
That works.
Thanks
Post by 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)
---
S.Y.M. Wong-A-Ton
Post by 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.
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?
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
Loading...