PHP Classes

Revisiting Listbox

Recommend this page to a friend!

      Wizard  >  All threads  >  Revisiting Listbox  >  (Un) Subscribe thread alerts  
Subject:Revisiting Listbox
Summary:Listbox is wrong? or I am wrong?
Messages:1
Author:Tom Ransom
Date:2005-11-04 09:14:14
 

  1. Revisiting Listbox   Reply   Report abuse  
Picture of Tom Ransom Tom Ransom - 2005-11-04 09:14:14
The right reason to use a listbox is gather multiple answers to a single question - i.e. What countries you have lived in? I'd check off my choices and have them returned in an array.

The test_wiz.php demo lets me do this for item 7 - and the summary correctly shows the two of three choices made. But I don't think the $_POST array is arriving correctly (per the test files) - only one of the options chosen appears.

I can't quite tell if this is a bug or a limitation.

Suggestions if this is a limitation on how to handle large lists of specific selections (e.g. 50 US states that you want a visitor to be able to pick two or more choices?)

- Tom