did you mean to post this to [EMAIL PROTECTED]?    since you
obviously only want dave to respond  :-)

----- Original Message -----
From: "Julia Green" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 30, 2002 5:11 PM
Subject: RE: OT (was: Macromedia.com)


> Hi Dave...
>
> I am trying to get an email to work only showing checkbox output from a
> form...somehow it doesn't work or I don't get the email when I add the
> code for the checkboxes...could you tell me how to do this in cfmail?
> It's for the Reich for Governor campaign...
>
> Please email to [EMAIL PROTECTED] or [EMAIL PROTECTED]
>
> Julia Computer Consulting
>
> <CFINSERT DATASOURCE="jgrn123" TABLENAME="Email5">
> <html>
> <head>
> <title>Thank you for volunteering with the Reich Campaign!
> </title></head>
> <body>
> <h2>Thank you for volunteering with us!</h2><br>
> <h2>The results of your form are as follows:</h2>
>
> <cfoutput>
> <font size="+1">
> Full Name: #txtFirstName# #txtLastName#<br>
> Address:<br>
> #txtAddress1#<br>
> #txtAddress2#<br>
> #txtCity#  #txtState# #txtZip#<br>
> <br>Phone Number: #txtPhone#
> <br>Email: #txtEmail#
> <br>Comments: #txtComments#
> <br><br>
> Additional Information:<br>
> On Email List?  #IIf(isdefined("form.chkVol_E"), DE('Yes'), DE('No'))#
> <br>Would like to Contribute Now:  #IIf(isdefined("form.chkVol_M"),
> DE('Yes'), DE('No'))#
> <br>Your Vote for Reich?: #IIf(isdefined("form.chkVol_V"), DE('Yes'),
> DE('No'))#
> <br>Would like to Contribute Sometime:
> #IIf(isdefined("form.chkVol_T"), DE('Yes'), DE('No'))#
> <br>Reception or House Party:  #IIf(isdefined("form.chkVol_HP"),
> DE('Yes'), DE('No'))#
> <br>Arrange to Attend or Speak at an Event:
> #IIf(isdefined("form.chkVol_S"), DE('Yes'), DE('No'))#
> <br>A Business that can offer resources?:
> #IIf(isdefined("form.chkVol_CORP"), DE('Yes'), DE('No'))#
> <br>Additional Information for Volunteering:<br>
> <br>Political Organizing?:  #IIf(isdefined("form.chkExp_PolOrg"),
> DE('Yes'), DE('No'))#
> <br>Campus Organizing?:   #IIf(isdefined("form.chkExp_Student"),
> DE('Yes'), DE('No'))#
> <br>Expertise in Specific Issues?:
> #IIf(isdefined("form.chkExp_Issues"), DE('Yes'), DE('No'))#
> <br>Computer Expertise?:   #IIf(isdefined("form.chkExp_Technology"),
> DE('Yes'), DE('No'))#
> <br>General Communications, Media:  #IIf(isdefined("form.chkExp_PR"),
> DE('Yes'), DE('No'))#
> <br>Fundraising, Development:   #IIf(isdefined("form.chkExp_FR"),
> DE('Yes'), DE('No'))#
> <br>Scheduling:   #IIf(isdefined("form.chkExp_Sched"), DE('Yes'),
> DE('No'))#
> </cfoutput>
>
> <CFMAIL TO= #Form.txtEmail#
>  FROM= "[EMAIL PROTECTED]"
>  SUBJECT= "Thank you for choosing Bob Reich for Governor!">
>
> Thank you so much for supporting Bob Reich's campaign for Governor.
> Email Julia Green at [EMAIL PROTECTED] if
> you wish to be taken off our list at any time.  If you are a volunteer,
> our headquarters
> is located at 625 Mount Auburn Street, near the Star Market in
> Cambridge.  We are open from 9 am to
> 9 pm Monday through Saturday, and 11 am to 6 pm on Sundays.  We are a
> bus ride away from
> Harvard Square and parking is readily available in the back of the
> building.
>
> If you are on our email list, we will inform you regularly of campaign
> updates.
>
> Bob Reich for the future of Massachusetts!
>
> Here are the results of your form...
>
>
> We look forward to seeing you at our side in an exciting political
> season.
>
> Bob Reich for Governor
>
> </CFMAIL>
> </body>
> </html>
> --- Dave Watts <[EMAIL PROTECTED]> wrote:
> > > You're Right! After 56 posts regarding this topic in the last
> > > 3 days, let's just move it to a different board so fewer people
> > > are exposed to it. That should help - but first....
> >
> > Gee, I hadn't noticed that number of posts over that number of days,
> > myself.
> > I thought this thread started today.
> >
> > As for how many people are "exposed" to it, I could give a rat's ass.
> > It's
> > not a virus. However, what I do care about, at least to some degree,
> > is that
> > it be put in its proper place. I tend to limit my posts to technical
> > issues
> > on this list - please don't bother pointing out exceptions, because
> > they ARE
> > exceptions - because this isn't the place for non-technical posts.
> > For all I
> > know, there may be more people subscribed to cf-community - but I'm
> > not one
> > of them, because I'm not interested in discussing non-technical
> > issues
> > enough to bother.
> >
> > > 11:10AM Macromedia layoff/takeover rumors (MACR) 17.80 -0.20:
> > > Website f@#!ckedcompany.com, known best for its accurate layoff
> > > rumors, reports today that layoffs are imminent at MACR, but
> > > also notes unsubstantiated rumors that the company is in
> > > discussions with Microsoft (MSFT), hinting at a sale of all
> > > or part of the company.
> > >
> > > What Could This Mean???
> >
> > It Could Mean That It's An Accurate Rumor. Or, It Could Mean That
> > It's An
> > Inaccurate Rumor. Funny Thing Is, This Rumor Has Been Posted In The
> > Past,
> > Almost Verbatim - I Remember When MS First Released ASP, And Everyone
> > Thought That CF Was Toast. And Yet, Here I Am Writing CF Instead.
> > Now, If I
> > Have To, I Can Switch To .NET Or J2EE, But While CF Is Here, I'll
> > Take
> > Advantage Of It.
> >
> > That's the problem with rumors. As for the general accuracy of fc,
> > who
> > knows? Most fc posts tend to occur after the fact, rather than
> > before. In
> > any case, I've got better things to do than worry about rumors. If I
> > wanted
> > to read about this stuff, I'd be on cf-community - which again is
> > where this
> > thread should be.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> > voice: (202) 797-5496
> > fax: (202) 797-5444
> >
>
> 
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to