Click to See Complete Forum and Search --> : Form Email Checkbox HELP!


dandaman2007
04-17-2007, 04:54 AM
Hi guys,

Ive got this problem and i have no idea how to fix it. Ive been trying to do it in PERL, but thats not my strong point, and i know a lot more ASP than perl. But still dont know enough to try and achive what i want to do.

Basically i am trying to have a web form in which the company fills out the form and can select which people to send the form to.

http://www.ekayadvertising.com/Intranet/Request_Forms/Print_Form/Print_Form.html

Above is the example form.

So the form will ONLY be sent to those that checkboxes have been ticked...... Also it would be great if i could have a CC or a BCC option too, so the similar effect, when someone gets CC'ed in on an e-mail the other CC or BCC options that arnt ticked dont get CC'ed in on the E-mail.

Hope i am making sense, if anyone could clear this up for me i will love you for ever.

Thanks again

Danny

dandaman2007
04-17-2007, 09:53 AM
bump

dandaman2007
04-17-2007, 11:26 AM
any help at all.... anyone??? lol

Kalagoo
04-17-2007, 12:07 PM
I'll reply :-)
Seems pretty straight forward to me, submit form to asp (assuming classic) script, collate form data, process server side.

Use CDOSYS or CDONTS to process the email sending (configurable BCC and CC)

CDONTS Guide: http://www.powerasp.com/content/hintstips/asp-email.asp

CDOSYS Guide: http://www.powerasp.com/content/new/sending_email_cdosys.asp

Picking up the form values is easy enough:

request.form("fieldname")

Like I say, "Sounds" straight forward, just use VBscript to process the form data and format the email output accordingly. Unless I've missed the point?! HTH

Kal.

dandaman2007
04-17-2007, 12:18 PM
Thanks for the repsonse Kalagoo....

Unfortunatly i have no idea what that ment.... lol.....

Anyone else?

dandaman2007
04-18-2007, 03:49 AM
bump!