Could someone look at the following code and tell me why I am passing all
the variables, instead of just the one, that has been selected, PLEASE

INPUT Page:

<form method="post" action="response.cfm" >

<input type="radio"  value="y" name="choice">One event
<br>
<input type="radio" name="choice">Several Events Spread over the summer
<br>
<input type="radio" name="choice">I would attend regardless of the venue
(schedule permitting)
<br>
<input type="radio"  name="choice">I am not interested either way
<br><br>

ACTION Page:

<cfparam name="choice1" default="n">

<!--- <cfoutput> --->

One event at Camp Nassau: #choice#<br>
Several Events Spread over the summer: #choice#<br>
I would attend regardless of the venue (schedule permitting): #choice#<br>
I am not interested either way: #choice#<br>
#form.feedback#<br>
<!--- </cfoutput> --->
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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