Re: [htmltmpl] Radio button question
Brought to you by:
samtregar
From: Bill M. <mo...@ha...> - 2004-02-11 16:02:09
|
On Wed, Feb 11, 2004 at 10:32:49AM -0500, C Hagstrom wrote: > My question has to do with radio buttons, > and any recommended ways of carrying > a checked value through successive forms. Are you talking about "sticky" forms? > I have my forms set up so submission errors > (a missing required field, for example) are > "carried through" ... that is, the form is regenerated, > and any fields filled out in the first submission > retain their respective values at the next iteration. Yep, that's sticky forms. Use HTML::FillInForm and you don't have to bother with all of that. -- Bill Moseley mo...@ha... |