In article <[EMAIL PROTECTED]>, Girish Agarwal wrote:
>
>           This form I am using as a template HTML
> file.
>       The form which I am using as a template has many
><input type=text name"blah"> fields and I have tried
> them to modify it like, 
><input type=text name="blah" value="TMPL_VAR  ESCAPE=HTM VALUE="lname1">

Hello,

I've found that the easiest way to solve this problem is not use
HTML::Template.

Instead, leave your form elements alone and use:

HTML::FillInForm

That will match up a data hash with your form fields of the same name.
It's much faster to set up than putting all the extra HTML::Template
tags in.

Because there is less syntax involved, it's easier to setup and debug
later.

        Mark

-- 
 . . . . . . . . . . . . . . . . . . . . . . . . . . . 
   Mark Stosberg            Principal Developer  
   [EMAIL PROTECTED]     Summersault, LLC     
   765-939-9301 ext 202     database driven websites
 . . . . . http://www.summersault.com/ . . . . . . . .



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to