>>>>> "AB" == Alex Brelsfoard <[EMAIL PROTECTED]> writes:
AB> Yeah, but still we need to remember to put that hidden field in to hold AB> the place of the checkbox's name. AB> Part of my problem is that there are MANY differen humans who are making AB> forms who use my script. WAY too much human error availability. My AB> helper script that reads the HTML to create a list of fields is a bit AB> safer (though still not the answer I'm looking for). if that html is the only source of the field names, then you are stuck with reading it and parsing out the field names. instead you should convert to a template or dynamically generated html style with fields in some data file. have the hooomans do their html but use that file (they create it). you read that file in and validate the fields in it and only those fields. if the hooomans screw up and don't have all the fields in their html it is their problem. many crappy survey scripts exist out there and most are driven by data files. uri -- Uri Guttman ------ [EMAIL PROTECTED] -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

