Hello,
The javascript validation forces the company field to contain at least two characters (strangely the alert box only shows a *, with no error message - but that's not the main issue).
I don't want to force users to fill in the company field, it is not marked as required anyway.
I have been looking through the files for a while but can't find where the code called in index.php?main_page=login is situated. I want to correct the code so that it does not generate an alert if the company field is empty.
I'm looking through the form_check.js.php file but so far I'm under the impression I won't need to change any of the validation code, just the call to validation functions in the appropriate file.
Thanks for any help,
JM



