info

Static selects are easy to understand and to create - and it's even more fun with clonefish! It handles even multiple selects like a breeze - and if it's not enough, just have a look at selectDynamic :)

form


click here
to see how
easy it is to
create it!
   

data

Below are the dumps of some PHP variables - submit the form to see the changes!

Contents of the $_POST array:
$_POST = array (
)
      

Results of a $clonefish->getElementValues() call:
array (
  'select1' => '0',
  'select2' => 
  array (
    0 => '0',
    1 => '3',
  ),
  'id' => 'select',
)