Hi everyone-

I am working on a form that I have inherited where people can register for a 
full conference or individual days of the conference. My problem occurs when 
they submit the form with days selected. I am just adding two new fields to 
this form - ExternalPK and RateCode

The days have multiple values.

 <input type="checkbox" name="DayReg" value="#RegPriceID#">
     <input type="hidden" name="DayExternalPK" 
value="#RegPriceID#-#ExternalPK#">
     <input type="hidden" name="DayRateCode" value="#RegPriceID#-#RateCode#"> 

When they submit the form, I can easily get what days they have selected using 
the DayReg field, however I need to be able to pull from the form list the 
ExternalPK and RateCode of only the days that they selected.

Right now when they submit the form I am getting and list of all of the 
ExternalPKs and RateCodes. I added to the front of those values the RegPriceID 
so I can distinguish the values. But how can I pull from the list, the selected 
values that I need?

Any help would be appreciated.

Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3081
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to