Submit a form and type in the "TO" field

M

mcduffie

I would like the user to be able to submit the form through email to
different people depending on shifts and vacations. Since these change
frequently I do not want to hard code the name of the person in the "TO"
field but would rather have the user type in the name. I know about the
conditional options but I truly want it blank for the user.

Any ideas?
 
A

Adam Harding

Instead of Submit you could get them to go File, send, as attachment and do
it that way. That is the easiest without any custom code i think.
 
S

Scott L. Heim [MSFT]

Hi,

Another option would be to place a text box (or a drop-down list) on your
form where the user would enter (or select) the person they want to e-mail.
You could then configure your e-mail adapter to get the "To" entry from
that field.

Good luck!

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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