brosenb has asked for the wisdom of the Perl Monks concerning the following question:

I have a cgi form that requires an email address. If the user neglects to put one in, the program regenerates the original form, but tries to retain those fields that the user did address. I can get text and comment inputs to reprint, but cannot figure out how to do radio buttons, check boxes, and drop down lists (I have both single and multiple drop down lists). Thanks in advance for any advice. Bob

Replies are listed 'Best First'.
Re: Retaining Input
by Fastolfe (Vicar) on Nov 14, 2000 at 07:39 UTC
    Duplicate of Retaining Input. Please respond there. Why are there so many duplicate posts today?