[SMARTY] QuickForm_Controller with SMARTY

Peter Jasovsky <[email protected]>
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
Hi there,
does anybody know how does QuickForm_Controller works with Smarty 
together? I've been trying to tie it together, it seems to work, but my 
template files are wrong. I mean, I can see only basic text but none of 
QuickForm stuff.

My template looks like this:

<!--beginning-->
<form {$form.attributes}>

<!--info panel with: Please enter the following-->
{$form.hidden}
Step 1<br />
{$form.header.info}<br /><br />
{$form.blogmessage.html}<br /><br />
{$form.firstname.label}{$form.firstname.html}<br />
{$form.lastname.label}{$form.lastname.html}<br />
{$form.address.label}{$form.address.html}<br />
{$form.city.label}{$form.city.html}<br />
{$form.zip.label}{$form.zip.html}<br />
{$form.phone.label}{$form.phone.html}<br />
{$form.email.label}{$form.email.html}<br />
{$form.state.label}{$form.state.html}<br /><br />
{$form.requirednote}<br />
{$form.submit.html}

</form>

I can see only that "Step1" :) Does anybody know how it's suppose to 
look like?

regards,
Peter Jasovsky

-- 
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.