Mark Armstrong
Tue, 10 Jan 2006 13:57:30 -0800
Dave,Ok, I'm on the right list... I just have the email wrong, I copied it from an existing post recently, I guess that was bad.
An attempt was made to subscribe your address to the mailing list [EMAIL PROTECTED] You are already subscribed to this mailing list.Note that the list membership is not public, so it is possible that a bad
person was trying to probe the list for its membership. This would be a privacy violation if we let them do this, but we didn't.If you submitted the subscription request and forgot that you were already subscribed to the list, then you can ignore this message. If you suspect that an attempt is being made to covertly discover whether you are a member of this list, and you are worried about your privacy, then feel free to send a message
to the list administrator at [EMAIL PROTECTED] 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