Conditional shippings logic is ignored after autofill
-
I use Custom Checkout Fields in combination with some conditional logic to show the correct shipping options (depending on country and product). This all works perfect unless a user let autofill complete the checkout fields. Then the shipping options are not updated and even if you manually change your country after you did the autofill, it will never update again untill you refresh the page. It feels like it ignores all the conditional logic after you used autofill/autocomplete.
I already tried activating the ‘Disable Autocomplete’ plugin. I also tried add autocomplete=off to al the field via both jquery and in my functions.php. But still you are able to let your browser fill everything in (though if I inspect my elements those input fields DO have the parameter autocomplete=off… It seems like my browser ignores this).
Any idea how to fix this?
The page I need help with: [log in to see the link]
- The topic ‘Conditional shippings logic is ignored after autofill’ is closed to new replies.