Darn reply to all, meant to send this to the list.

I like HTML::FillInForm

http://search.cpan.org/~miyagawa/Template-Plugin-FillInForm-0.04/lib/Templat
e/Plugin/FillInForm.pm

Earl

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Roderick A.
Anderson
Sent: Friday, October 29, 2004 11:13 AM
To: [EMAIL PROTECTED]
Subject: [Templates] [PL] Coding for Y/N radio buttons


PL => Probably Lame.

I have several input in a for that are T/F, Y/N, etc. and am getting the 
defaults from a database lookup before creating the form.  Is there better 
(ie. more TT2 or perlish) way than doing this way?

  <input type="radio" name="GETS_REPORT" value="F"
    [%- IF GETS_REPORT == 'F' %] checked="checked"[% END -%]/>No
  <input type="radio" name="GETS_REPORT" value="T"
    [%- IF GETS_REPORT == 'T' %] checked="checked"[% END -%]/>Yes


Rod
-- 
    "Open Source Software - You usually get more than you pay for..."
     "Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"



_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to