why do you have a TITLE tag in 2 of your 3 radio buttons

-----Original Message-----
From: Larry Junker [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 1:45 PM
To: CF-Talk
Subject: CFForm only passing one of my variables


Guru's;

I have a CF Form on my login page that uses the following code.
When I submit my form, I get my DIVISION variable to pass through OK,
however it seems as though my DIV_GROUP variable does not pass through.  I
am including a snippet of code to see if this stirs any interest in helping
me out.

<CFINPUT TYPE="radio" NAME="DIVISION" VALUE="CHL"
onClick="toggle(document.all.CHLGrps);" TITLE="Click for Groups to
include">Contractors Hot Line<BR>
                                <SPAN ID="CHLGrps" STYLE="display:none">
                                        &nbsp;&nbsp;&nbsp;<font
color="#FF0000">Which groups to include in this
email?</font><BR>
                                        &nbsp;&nbsp;&nbsp;&nbsp;<CFINPUT
TYPE="radio" NAME="DIV_GROUP"
VALUE="CHL">CHL&nbsp;&nbsp;
                                        <CFINPUT TYPE="radio"
NAME="DIV_GROUP" VALUE="CEG">CEG&nbsp;&nbsp;
                                        <CFINPUT TYPE="radio"
NAME="DIV_GROUP" VALUE="ALL" TITLE="All Division
Related Customers">ALL&nbsp;&nbsp;
                                        <CFINPUT TYPE="radio"
NAME="DIV_GROUP" VALUE="WEB" TITLE="Only HLI Web
Employees for testing">WEB&nbsp;&nbsp;
                                </SPAN>


Thanks In Advance
Larry Juncker
Senior ColdFusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to