That's right you have a second data connection that will send the
email. You'd pull the email info form the email field on the form or
from a secondary data source. you can have the email subject line just
send a small message including a link directly to the form in addition
to having the form attached. Depends on the type of process you use.
So using your email notification data connection in the To: text box
you can click (fx) and insert the email field the in subject you have
to again use the (fx) button to insert a concatenated function
something like:
concat("EDR Form Completed. See published file at - http://servername/
sites/sitename/edr/", FieldName1, FieldName2, ".xml")
This'll work for you I'm sure.
CW
On Feb 14, 11:20 am, Charles Simpson
<CharlesSimp...@discussions.microsoft.com> wrote:
> OK, I figured out how to do this by adding a second data connection that
> sends the email and then modifying the rules on my existing submit button to
[quoted text clipped - 22 lines]
>
> - Show quoted text -
Charles Simpson - 14 Feb 2007 22:46 GMT
Thanks CW
None of this may work for me now because I did not know that the email data
connection requires the Outlook client. <Ugh> We use Lotus Notes and Lotus
Notes is the default email client on each workstation that will be filling
out the form. But when I tested the form with the email data connection, it
tried to open the Outlook Setup wizard.
Is there any way to get this to work? I'd like the email distro to be
stored in the template but I don't want the email to be sent by the user.
I'd like it to be sent via SMTP by the server.
Thanks!
> That's right you have a second data connection that will send the
> email. You'd pull the email info form the email field on the form or
[quoted text clipped - 42 lines]
> >
> > - Show quoted text -