RE: last 2 Question.....
Each of my radio buttons do have their own INPUT line. This is what I have:
<H3>What Items would you be interested in?</H3>
<P><INPUT TYPE="radio" NAME="Items" VALUE="Glass Items">Glass Items
<INPUT TYPE="radio" NAME="Items" VALUE="Porcelain Items">Porcelain Items
<INPUT TYPE="radio" NAME="Items" VALUE="Brass Items">Brass Items<BR>
<INPUT TYPE="radio" NAME="Items" VALUE="Wood Items">Wood Items
<INPUT TYPE="radio" NAME="Items" VALUE="Religious Items">Religious Items
<INPUT TYPE="radio" NAME="Items" VALUE="Jewelry">Jewelry<BR>
<INPUT TYPE="radio" NAME="Items" VALUE="Home Decor">Home Decor
<INPUT TYPE="radio" NAME="Items" VALUE="Business Items">Business Items
<INPUT TYPE="radio" NAME="Items" VALUE="Other">Other<BR>
Do I need to add to the INPUT line?
quote:
--------------------------------------------------------------------------------
Originally posted by AndyB:
Make each radio button on its own INPUT line, i.e. different questions .... or use checkboxes instead.
[This message has been edited by AndyB (edited 23 March 2000).]
Suzanne posted this at 09:54 — 24th March 2000.
She has: 5,507 posts
Joined: Feb 2000
I answered this on the other thread -- if you want someone to be able to choose more than one option from a group, you need to use:
type=checkbox
instead of radio... And then each one would have its own name as well.
You don't want to use different names for each radio button as that is not what radio buttons are used for -- they are designed for one of a bunch of choices, and checkboxes are for 1+ or a bunch of choices.
hth,
Suzanne
------------------
Zero Cattle
Suzanne
Tables DeMystified
maveric169 posted this at 20:51 — 24th March 2000.
They have: 9 posts
Joined: Mar 2000
Oh, ok I get it now. i just missunderstood what you were trying to tell me. Thank you so very much for everyones help. I couldn't have done it with out you!
quote:
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.