RE: last 2 Question.....

They have: 9 posts

Joined: Mar 2000

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's picture

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

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:Originally posted by maveric169:
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:

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.