email form submit button

D

Dave

Hi guys,

I've created a form which emails a distribution list. In the submit button
options i've selected in the cc: field userName(), which is supposed to send
the email to the user email account, but the email account isn't the email
address created on the exchange. Any idea's how i can get this to work?
 
A

Anuma(GGK Tech)

Hi,

Can you use following function in the “CC†field in your email data
connection.

concat(translate(field1, " ", "_"), "@ggk.com")

field1--> Your username field path
 
D

Dave

so if the email adress was (e-mail address removed) and i wanted to
change it to (e-mail address removed) what sould the cc field be populated with?
 

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