Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Coldfusion MX Radio Button Value Display

Status
Not open for further replies.

CElliott

MIS
Dec 18, 2003
10
0
0
US
I am a newbie to programming in ColdFusion MX and have what is probably a simple question regarding showing the value of what is chosen from one of two radio buttons.

The radio buttons are as follows:

<label><cfinput type="radio" name="registration" value="110.00" checked="true">Individual Registration - $110.00</label>
<br>
<label><cfinput type="radio" name="registration" value= "200.00">Plus Spouse Registration - $200.00</label>

Below the buttons I would like to display the value (either 110.00 or 200.00), depending on which button was chosen.

Any help on this is greatly appreciated.

Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top