Hi everyone, I'm having an issue with Data::FormValidator changing the hidden run mode field in one of my pages. The template for this page includes two forms, each with its own hidden run mode field, 'login' and 'check_registrant_data', respectively. Upon entering 'check_registrant_data', some form data gets checked, and if any of it is invalid, the same template is loaded and displayed again. However, at this point, the runmode field for the first form, 'login', has changed to 'check_registrant_data', so the first form doesn't work anymore.
I assume this is because both fields have the name "rm" and DFV has a problem handling different values when it generates $err_page (?) Is there any way I can get around this? cheers, Mike --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
