Log in

View Full Version : vBcode - Dropdown List


ctbo
11-11-2007, 12:29 PM
Hi

Ive been searching for ages, I need the code to create a drop down list as shown here:

http://www.thestudentroom.co.uk/misc.php?do=bbcode#drop

Can anyone point me in the right direction... ive been searching for an hour or so and still cant find the original.

phenetic
11-12-2007, 06:13 AM
i too am looking for this.

cheat-master30
11-12-2007, 06:24 AM
Tag 1:

Title: Drop

Code: drop

Replacement:

<select>{param}</select>

Tag 2:

Title: Option

tag: option

Replacement:
<option value="{option}">{param}</option>

Or similar to that.

ctbo
11-12-2007, 06:08 PM
Tag 1:

Title: Drop

Code: drop

Replacement:

<select>{param}</select>

Tag 2:

Title: Option

tag: option

Replacement:
<option value="{option}">{param}</option>

Or similar to that.

Thanks for the help, the first one works but I cannot get it to list things.. the drop down box just appears blank.

Any help would be appreciated.

Thanks

Chris

cheat-master30
11-12-2007, 07:37 PM
Try putting the second BB code and values inside the first one.

ctbo
11-12-2007, 10:45 PM
Try putting the second BB code and values inside the first one.

Cool, nice one that works. Sorry to be a pain, but how do I get more than one word in my drop down list? I can only list one word at the moment :)

Thanks a lot for your help.

--------------- Added 1194915675 at 1194915675 ---------------

Ignore that I got it...

Needed both tags with the first one amended like you said.

Thanks a lot!