info

Here they are, the text-type elements: inputText, inputPassword, textarea and inputHidden.

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 (
  'inputText' => NULL,
  'inputPassword' => NULL,
  'textarea' => NULL,
  'inputHidden' => 'something you don\'t want the users to see',
  'id' => 'inputtext',
)