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