
28th December 2007, 01:27 PM
|
|
Junior Member
|
|
Join Date: Dec 2007
Posts: 1
Credits: 0
|
|
help with coldfusion form processing?
I'm trying to set up a form w/CF and have checkboxes for users to check if they want to order certain materials. The default setting is unchecked, but in case they check it, I'm trying to set it up so that it will go to an email address with the "checked" materials they want included in the message to the email recipient.I'm going off of another CF form processing code and it looks like this (doesn't have any checkboxes though):Recipient, the following Mercury-related material requests and/or questions were submitted via the web site...*Contact Name:#Contact_Person#<br>Business:#Form.Business#< br>E-mail Address:#Form.Email#<br>Telephone:#Form.Telephone# <br>My compliance question is:#replace(Form.Question,Chr(13),"","all")#
|