in reply to Re: Re: Re: Key/Value Problem
in thread Key/Value Problem
When the user picks the third option (value="c"), then I want that to show up for the value of field (name) "02". If they don't choose any of the options, then it will be a comma. When I test the code you suggest, I get a comma for every answer, whether I selected anything or not. Any ideas? I really appreciate all the information as I wade through this.<input type="radio" name="02" value="a"> Required in my major </td> <td> <input type="radio" name="02" value="b"> Required, not in my major </td> <td> <input type="radio" name="02" value="c"> An Elective </td>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Key/Value Problem
by suaveant (Parson) on Apr 19, 2001 at 23:00 UTC |