WPIntell

Source evidence

Email not editable in WooCommerce

MojoAuth Passwordless Authentication · support · 2023-03-25T05:31:00+00:00

complaintsentiment
highseverity
0.85relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Aryan Chaurasia unresolved
Plugin 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”)

Comments

1 shown
Aryan Chaurasia 2023-03-25T13:48:00+00:00

Fixed the issue by using a JavaScript: document.getElementsByTagName(“billing_address”)[0].removeAttribute(“readonly”)