Bug 1897164 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The name field is:
The name field is:

<input type="text" name="names" autocomplete="customer-name" placeholder="John Doe" required="" class="input input--card " value="">

The name attribute is 'names' which doesn't match any of our rules. The autocomplete attribute has a value of 'customer-name' which isn't a valid value.

So we would need to determine what rule to add. This issue affects a number of Kenyan web sites that use a similar payment form:

1897196 and 1897199.

Back to Bug 1897164 Comment 2