I have a form that is submitting a Javascript to validate fields before the form casn be submitted. The problem is that the field name has to be prefixed with "required". So, if I have a field called email, it has to be called requiredemail in order for the javascript to work.
How can I remove the "required" before the form is submitted? All I need is a hint... Thanks, Shane -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php