View Single Post
  #1 (permalink)  
Old 07-13-2009, 04:11 PM
gazza777 gazza777 is offline
WebProWorld New Member
 
Join Date: Apr 2009
Location: Johannesburg, South Africa
Posts: 16
gazza777 RepRank 0
Default Radio Button Problem

Hi all,

I'm a fairly newbie, with no formal training so as I come across these niggling issues I turn to guys like yourselves!

I created a form to email page which collects data on a possible order online and mails it to me. My problem comes with the radio buttons I have made.

For some reason it will only allow me to select the first radio button in a group. I have two instances in the form where I use radio buttons and they both the same. Sure it's the simplest thing, but obviously have no idea how to fix it!

And the code is -

<input type="radio" name="Hosting Package" id="9" value="A - Active" />
A - Active (R49p/m)<br />
<input type="radio" name="Hosting Package" id="10" value="B - Business" />
B - Business (R69p/m)<br />
<input type="radio" name="Hosting Package" id="11" value="C - Connoisseur" />
C - Connoisseur</label>
(R99p/m)

and

<input type="radio" name="Website Quote" id="13" value="Yes" />
Yes<br />
<input type="radio" name="Website Quote" id="14" value="No" />
No

Any assistance will be much appreciated!

Rgrds

Gary
Reply With Quote