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
|