On Mon, 4 Mar 2002 12:12:48 -0500, Mark Leder wrote: >Hi All, > >A client wants to send out HTML formatted email to their client >base. >(Forget the flat text for this discussion). I have a simple 1 >question radio button survey with a textarea box. I would like >to >pass the form to a processing page on their website, which then >drives the respondees to the home page. The form processing tag >is >an absolute URL, (http://www.site.com/cfm_email.cfm?ID=6) and the > >form works great in IE v5.0, 5.5 and 6.0. > >However, no matter what mail client is used to view the HTML >email, >if the end users browser is set to NN, CF throws an error, >stating it >can't find the radio button variable. I've tried this, with the >same >results in the following HTML enabled mail clients: >Poco 2.6, Eudora 5.01, OE6, Outlook 2000, NS4.79, NS6.21 - all >with >the same result, works great passing to IE browser, throws error >in >NN browsers. > >Any workaround? > >Thanks for your help.
I checked to make sure the radio buttons were between the <FORM> tags, which they are. I scoped the form variables on the cfm processing template, both the radio button and the textarea, as <cfparam NAME="#form.radio#" DEFAULT=""> However, when I do that, the form works, but no values are passed to the database. So, would I need to pass the variables from the HTML form in the URL string, instead of automatically assuming that the "form" can be passed? -- Mark Leder, [EMAIL PROTECTED] on 03/04/2002 ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

