henk wrote: > <+ MACRO ttinput_text BLOCK +> > <input type="text" name="<+ name +>" value="[% form.<+ name +> %]"> > <+ END +>
Try something like this: [% MACRO ttinput_text BLOCK %] <input type="text" name="[% name %]" value="[% form.$name %]"/> [% END %] HTH A _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.ourshack.com/mailman/listinfo/templates
