Where is checkbox2?
<cfinput type="checkbox" name="OptOut" value="{checkbox2.selected}"
label="Opt-Out" checked="yes">

You are binding a value to a checkbox that doesn't seem to be declared.

Teddy


On 1/12/07, Bruce Sorge <[EMAIL PROTECTED]> wrote:
>
> Here is the code that is not working. The thing is, it worked two days
> ago,
> and I did not make any changes to this form at all.
>
> <cfform format="flash" action="InsertCustomerInfo.cfm" skin="halosilver"
> height="900" name="ViewerInfo">
>
>        <cfformgroup type="tabnavigator">
>        <cfformgroup type="page" label="Customer Information">
>        <cfformitem type="html" style="font-family:Arial, Helvetica,
> sans-serif; color:##000000; text-align:center;">
>        <span class="informationalText">
>                In order to prevent fraud and continue to provide you with
> outstanding promotions, we ask that you provide us some basic information
> about yourself.</span><br />
>                <span class="informationalText">Similar to an airline
> e-ticket, your personal information is only used to verify your identity
> at
> the time of redemption. This information <b>will not</b> be sold or
> distributed for marketing purposes <b>without your consent. </b>
>                </span>
>                <br />
>                <span class="informationalText">
>                        In order to receive your promotional offers, please
> provide us with your accurate current information. Once this information
> has
> been submitted, you will be asked to verify it.
>        </span><br />
>                        <span class="informationalText">
> Once confirmed, it CANNOT be changed!                   </span>Plese fill
> out both parts (Customer Information and Venue Information before
> submitting
> form). <br />
>                        <span class="alertText">
> Fields marked with * denote required fields.
>                        </span>
>        </cfformitem>
>                <cfinput type="text" name="Fname" label="First Name"
> required="yes" message="Please Enter Your First Name" size="20" />
>                <cfinput type="text" name="Lname" label="Last Name"
> required="yes" message="Please Enter Your Last Name" size="20" />
>                <cfinput type="text" name="Address1" label="Address"
> required="yes" message="Please Enter Your Address" size="30" />
>                <cfinput type="text" name="Address2" label="Address 2"
> required="no" size="30" />
>                <cfinput type="text" name="City" label="City"
> required="yes"
> message="Please Enter Your City" size="30" />
>                <cfselect name="State_ID" label="State"
> query="getStatesRet"
> value="State_ID" display="State_Abv" required="yes" message="Please Select
> Your State" width="50" />
>                <cfinput type="text" name="Zip" label="Zip Code"
> required="yes" message="Please Enter Your Zip Code" size="10"
> validate="zipcode" />
>                <cfinput type="text" name="Email" label="Email Address"
> required="yes" message="Please Enter Your Email Address" size="30"
> validate="email" />
>        <cfformitem type="html">
>                        <span class="informationalText">
>                        In order to verify your identity when redeeming
> your
> offers, select the type of ID that you will use and enter the last 4
> digits
> of the ID. </span>      </cfformitem>
>
>                <cfselect  name="ID_Type_ID" label="ID Type"
> query="getIDTypeRet" value="ID_Type_ID" display="ID_Type" required="yes"
> message="Please Select an ID Type" width="150" />
>                <cfinput type="text" name="IDNumber" label="ID Number"
> required="yes" message="Please Enter the Last 4 of Your ID Number"
> size="4"
> />
>                <cfselect name="monthform" label="Month" query="monthQuery"
> value="month_Number" display="Month_Name" required="yes" width="100" />
>                <cfselect name="dayform" label="Day" query="dayQuery"
> value="Day_Number" display="Day_Number" required="yes" width="50" />
>                <cfselect name="yearform" label="Year" query="yearQuery"
> value="Year_Num" display="Year_Num" required="yes" width="60" />
>                 <cfselect name="Gender" label="Gender" query="genderQuery"
> value="Gender" display="Gender" required="yes" message="Please Select Your
> Gender" width="70" />
>
>                        <cfformitem type="hrule"></cfformitem>
>                        <cfformitem type="text"
> style="fontWeight:bold;">Please select your options below.</cfformitem>
>                                <cfinput type="checkbox" name="OptOut"
> value="{checkbox2.selected}" label="Opt-Out" checked="yes">
>                                <cfinput type="checkbox" name="NASCAR"
> label="Nascar Promotions">
>                                <cfinput type="checkbox" name="PARTNERS"
> label="Nascar Partner Promtions">
>
>        </cfformgroup>
>                <cfformgroup type="page" label="Venue Information">
>                <cfformitem type="text">
>                        Please tell us where you viewed Dale The Movie.
>                </cfformitem>
>                         <cfselect queryposition="below" label="State"
>                  name="selectState" query="qVenueStates"
> value="Venue_State_ID"
>                  display="State_Name" width="200"
>                  onChange="#actionPopulate#" group="Venue_State_ID"
> required="yes"  message="Please Select The State You Saw Dale The Movie">
>
>        </cfselect>
>        <cfselect queryposition="below" disabled="true" label="City"
>                  name="selectCity"  width="200">
>                  <cfoutput query="qVenueCity"><option
>
> value="#Venue_City_ID#|#Venue_State_ID#">#Venue_City_Name#</option></cfoutpu
> t>
>        </cfselect>
>                </cfformgroup>
>                </cfformgroup>
>                <cfinput type="hidden" name="Code" value="#Form.Code#">
>                <cfinput type="submit" name="BtnSubmit" value="Submit
> Information">
>                </cfform>
>
> Bruce
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266453
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to