Sendmail based upon webform selection

Hi Guys,

I’m a very ameteur LN Programmer, with no formal training in LS. But I’ve been following examples and stuff for a few years.

Maybe you all can help me, cause I still can’t think like a programmer, but find it rewarding to try.

I have a Lotus Notes web form on a R6 server. This form has checkboxes A, B, and C and an email field.

I would like to automatically send an email (from the email field) to the person submitting the form with a link to a web page X, if they select checkbox A or B.

And if they choose C, I would like to email them a link to web page Y.

How would I begin doing this? Are there any existing examples of something like this?

Im guessing I’ll use @MailSend, and the Web Query Save fields…but, not sure how do go about doing this without spending a month beating my head on the desk.

Thanks to you folks.

Subject: @Formula should do!

see: http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/ffe130da2faf94c985256eb1005b0fcb?OpenDocument

The trick:

a) a Body field can but not nessecarily is a richtext field

b) compute the body and subject fields.

Caveat: Depending on the security context and the signing you get different sender information. You might want to add Principal and/or ReplyTO fields.

Hth

:wink: stw