info

inputRadioDynamic elements read their values and labels from database using AdoDB - just a simple line if the config array, and your radio buttons are created dynamically! In this example you'll even find a manually added option ( "0 - no choice" ), the other two options are coming from database.

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 (
  'inputRadio' => NULL,
  'id' => 'inputradiodynamic',
)