<h1>A static form renderer for HTML_QuickForm and Savant</h1>


<form <?php echo $this->form['attributes']; ?>>
    <?php echo $this->form['sections']['signup']['elements'][0]['label'?> : <?php echo $this->form['sections']['signup']['elements'][0]['html'?>
    <?php echo $this->form['sections']['signup']['elements'][0]['error'?>
    <br />
    <?php echo $this->form['sections']['signup']['elements'][1]['label'?> : <?php echo $this->form['sections']['signup']['elements'][1]['html'?>
    <?php echo $this->form['sections']['signup']['elements'][1]['error'?>
    <br />
    <?php echo $this->form['sections']['signup']['elements'][2]['label'?> : <?php echo $this->form['sections']['signup']['elements'][2]['html'?>
    <?php echo $this->form['sections']['signup']['elements'][2]['error'?>
    <br />
    <?php echo $this->form['sections']['signup']['elements'][3]['elements'][0]['html'?><br />
    <?php echo $this->form['sections']['signup']['elements'][3]['elements'][1]['html'?><br />
</form>

<pre><?php //var_dump($this->form); ?></pre>