Concatenate Fields?

L

LyLy

Hello,

This may be a stupid question, but how do I concatenate two fields in the
email submit option? I want the subject line to show the First and Last name
fields. I tried seperating fields by a comma, semicolon, parenthesis, etc.
but I keep getting an error message saying the above are wrong. Any help
would be greatly appreciated.

Thanks,
LyLy
 
A

Anuma(GGK Tech)

Hi,

You can do this by using cancat function in the infopath. Can you use this
in the subject field. You can use space, comma, semicolon, parenthesis etc in
between the semicollans in blow function.

concat(field1, " ", field2)
 
L

LyLy

Thank you Anuma, this worked great!

Anuma(GGK Tech) said:
Hi,

You can do this by using cancat function in the infopath. Can you use this
in the subject field. You can use space, comma, semicolon, parenthesis etc in
between the semicollans in blow function.

concat(field1, " ", field2)
 

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