|
Posted by Peter Jasovsky on 07/01/05 17:19
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
Navigation:
[Reply to this message]
|