Hi,

I've already posted this in another forum & got no response. I hope this is the right place to post this ~ if not, just let me know & I'll go & post it where it should be.

I've edited my site so that several fields (street address, post code, phone number) aren't required & don't display on the Login page. In IE6 I'm getting syntax errors just before my 'Update Address Book Entry' page & change account password pages are displayed. Is there some way to stop these errors being displayed?

I have removed the * from english.php for the unwanted fields, set config>minimum values to 0 for street address & postcode, & to blank for DOB & telephone number. I've edited my tpl_modules_create_account.php & tpl_account_edit_default.php & tpl_modules_address_book_details.php & removed the field section starting with "<label class="inputLabel"...

I edited the jscript_form_check.php for create_account, account_edit, login, address_book_process, checkout_shipping_address & checkout_payment_address to add the line:
if (field_size == 0) return;

Should I do this last step again but for another jscript_form_check.php?

Other browsers don't show these syntax errors but it's annoying me & I'd like to get rid of them in IE6 if it's possible.

Thanks in advance for any advice.