Infopath syntax? (1 Viewer)

Joined
Feb 19, 2010
Messages
158
Reaction score
174
Offline
Hey guys, In infopath I have created a form and 1 of the buttons in it will email two different email address. I am having problems with the syntax of what that would be.

I am doing this strictly in Data Connection Wizard in inforpath. How would I go about making the code recognize a second email address field?

Code:
concat(my:hiddenSVP, ';') my:hiddenRVP

I get an error but all the error does is point to the second field. Any suggestions?
 
should that comma be there? doesn't look right with both the comma, then the semicolon.
usually, a semicolon between email addresses.
I'm not really sure about infopath, and didn't look it up. also, the close paran, should be after the 2nd address, shouldn't it? as you're concatenating them together.
the way i had coded before, "not infopath" was to set address on another line, as the mailto's just add together, when you do the actual send.
 
I'm only concatenating the semi colon so that I can add the email address in the "To" field. I couldn't find any syntax online so I worked around it with some rules. It works fine now but it's just messier.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Users who are viewing this thread

    Back
    Top Bottom