Mark Armstrong
Tue, 10 Jan 2006 13:54:14 -0800
whats the new list name???I'm confused, I thought I was on the NEW list... did it change again? I think possibly?
Mark On Jan 10, 2006, at 2:50 PM, Dave Shuck wrote:
Mark, this is no longer the DFWCFUG list. You can join the new list at:http://lists1.safesecureweb.com/mailman/listinfo/listThat said, just test to see if the value exists. If it does, that means it was checked:<cfif isdefined("form.addToMailingList ")><cfmail from="#email1#" to=" [EMAIL PROTECTED]" subject="Sign me Up"></cfmail><cfelse><span style="text-decoration:underline;">Do Not add on mailing list at this time.</span></cfif> On 1/10/06, Mark Armstrong <[EMAIL PROTECTED]> wrote: sorry guys/gals, I couldn't find the previous thread on this, so here it goes again. Maybe it was on the old list. On a form submit, If a value exists, such as a radio check box ON, then I want to fire off an email. I thought this poorly created code might make you laugh: <cfif listlen(form.AddtoMailingList)> <cfmail from="#email1#" to="[EMAIL PROTECTED] " subject="Sign me Up" type="HTML"> </cfmail> <cfelse><u>Do Not add on mailing list at this time.</u></cfif> How do I get the processing form to "act" upon the value and fire off an email? DO I use a switch expression on this value? Thanks for any help. Mark Mark Armstrong Webix - - - - - - - - - - - - - - - - 214-740-0007 office 214-534-0263 mobile 972-293-4401 fax [EMAIL PROTECTED] - - - - - - - - - - - - - - - - ---------------------------------------------------------- To post, send email to list@dfwcfug.org To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm -- ~Dave Shuck [EMAIL PROTECTED] www.daveshuck.com
---------------------------------------------------------- To post, send email to list@dfwcfug.orgTo unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm