-
- SheriUSA

-
Total Posts: 12
Joined: 2010-06-22
|
I sure hope someone can help me…
If I leave some of the input fields that are required empty on some of my forms (i.e.: Add New Address, Account Information, Edit Address, Share Your Wishlist, etc.), the validation will trigger that there is an error in the form. That works good. While the field is highlighted and stating that I need to fill it out, I cannot enter any text. The entire field is not enabled, nor is any other field that is highlighted enabled. The fields that were filled out just fine are enabled, though. The only way for the average user to enable these fields is to refresh the page.
I’m thinking that all of the forms in the My Account area have this problem. The forms that are outside the account, like Login, Create New Account, Send Email to a Friend, Review Product, etc, all seem to work properly and are enabled when there are validation errors.
When I go to my Firefox Web Developer extension and check the enable form fields button, the account forms all work just fine while being highlighted.
I have not altered the javascript at the bottom of the template files. The javascript appears to be correct, and I’m not getting any javascript errors.
An example for add new address:
var dataForm = new VarienForm(’form-validate’, true);
new RegionUpdater(’country’, ‘region’, ‘region_id’, <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, ‘zip’);
I am using Magento 1.7
Thanks!
|