http://www.perlmonks.org?node_id=17071


in reply to RE: RE: I use CGI.pm for
in thread I use CGI.pm for

Sticky Fields?!?

*pulling at my hair in despair, dropping to my knees*

So much to learn!!!

Roy Alan

"I quit; I concede. Tanj on your silly game!" -- Louis Wu

Replies are listed 'Best First'.
RE: RE: RE: RE: I use CGI.pm for
by wonko (Pilgrim) on Jun 11, 2000 at 18:07 UTC
    Sticky fields is a CGI.pm facility which is useful when you have a CGI script which returns multiple forms; The script automatically fills in the old formfield data (i.e. the data that has already been posted)
    This is wery useful if you want to keep track of the information the user has already entered in hidden fields, or if you have to resend a form because the user did something wrong
    /wonko