Conversation
supportPlugin is adding a “readonly” attribute to the billing email field on WooCommerce checkout page.
Fixed the issue by using a JavaScript: document.getElementsByTagName(“billing_address”)[0].removeAttribute(“readonly”)
Source evidence
MojoAuth Passwordless Authentication · support · 2023-03-25T05:31:00+00:00
Commercial opportunities need traceable source links before they are treated as build-worthy.
20.0% of this page's analysis has direct source links.
0 rows here require auditable proof before promotion.
0 rows have source counts but still need direct links.
Fixed the issue by using a JavaScript: document.getElementsByTagName(“billing_address”)[0].removeAttribute(“readonly”)