Some extra layout with the "template" input type.
Note the display => 0 parameters in
the configuration! This helps creating complex
form layouts while it's still easy to validate and edit.
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 ( 'name' => NULL, 'email' => NULL, 'newsletter' => 0, 'really' => 0, 'marketing' => 'Y', 'comments' => NULL, 'id' => 'template', )