Open Bug 1897164 Opened 6 months ago Updated 5 months ago

[KE][kilimall.co.ke] The credit card name field is not autofilled nor captured in the CC save doorhanger

Categories

(Toolkit :: Form Autofill, task, P3)

Desktop
All
task

Tracking

()

Tracking Status
firefox126 --- disabled
firefox127 --- disabled
firefox128 --- disabled

People

(Reporter: ailea, Unassigned)

References

(Blocks 1 open bug, )

Details

Attachments

(1 file)

Found in

  • 128.0a1 (2024-05-16)

Affected versions
N/A

Tested platforms

  • Affected platforms: Windows 10, macOS 12, Ubuntu 20

Preconditions

  • browser.search.region US
  • Have at least one CC already saved

Steps to reproduce

  1. Reach the payment form on https://www.kilimall.co.ke/
  2. Click on the Customer Names field
  3. Fill in manually all the CC info and submit the form

Expected result

  1. The CC dropdown should be displayed for all fields (except CVV)
  2. All CC information filled in the payment form should be captured in the Credit Card save doorhanger.

Actual result

  1. The CC dropdown is not displayed for Customer Names field.
  2. The CC name field is not captured in the CC save doorhanger.
    (See the screen recording in comment 1)

Regression range

  • Not a recent regression.

Additional notes

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.

Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: