Forums

This topic is locked

multiple radio buttons

Posted 15 Mar 2003 02:48:25
1
has voted
15 Mar 2003 02:48:25 Kim Polley posted:
Hello

I have a form that I need to allow multiple selections for ordering a catalogue/s. The form can be located under 'click here'... at this address:

www.users.bigpond.net.au/bohemian/showroom.htm

What code do I need to include to make it a multiple selection. This is the current code I have....

<input type=radio name=Catalogues value="Legend Headwear Catalogue">
Legend Headwear Catalogue<br>
<input type=radio name=Catalogues value="Legend Jacket Catalogue">
Legend Jacket Catalogue<br>
</td>
</tr>

Thanks


__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au

Replies

Replied 15 Mar 2003 06:25:10
15 Mar 2003 06:25:10 james crellin replied:
You have to change the names of the radio buttons.

&lt;input type=radio <b>name=hardware_cata</b> value="Legend Headwear Catalogue"&gt;
Legend Headwear Catalogue&lt;br&gt;
&lt;input type=radio <b>name=jacket_cata</b> value="Legend Jacket Catalogue"&gt;
Legend Jacket Catalogue

I changed the code that you pasted in your post. I put the changes in bold. Copy and paste just the above code into DWmx and then hit F12 and you will be able to select more than one.

You had the radio buttons titled the same thing so im assuming you know where and how to do that.

I hope that I was able to help.

"The greatest thing the devil ever did was convince you he didn't exist." =- The Usual Suspects
Replied 16 Mar 2003 01:46:27
16 Mar 2003 01:46:27 Kim Polley replied:
That easy! Thank you....

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au

Reply to this topic