Cannot continue to next step because of field without “name” attribute
-
Hello,
when we choose to deliver to shipping address at checkout, because we use plugin Multiple Shipping Address Woocommerce there is select field and a button without attribute ‘name’. We cannot go to next step, because js throws error. I added simple condition:
if(name)
Can you please add some condition or something to fix this problem, when there are additional fields without name attribute, so we can continue to next step?
Thank you very much for your response.Uncaught TypeError: Cannot read properties of undefined (reading 'replace') at HTMLSelectElement.<anonymous> (thwmscf-frontend.js?ver=2.0.9:131:31) at Function.each (jquery.min.js?ver=3.6.0:2:3003) at validate_step_fields (thwmscf-frontend.js?ver=2.0.9:124:6) at validate_checkout_step (thwmscf-frontend.js?ver=2.0.9:85:15) at HTMLInputElement.<anonymous> (thwmscf-frontend.js?ver=2.0.9:52:7) at HTMLInputElement.dispatch (jquery.min.js?ver=3.6.0:2:43064) at v.handle (jquery.min.js?ver=3.6.0:2:41048)
plugin version: 2.0.9
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cannot continue to next step because of field without “name” attribute’ is closed to new replies.