Credit card autofill

Options
Are Luminate donation forms compatible with Apple and Android AutoFill for credit card payments?
Tagged:

Comments

  • Hi Greg -

    Do you mean acknowledging in the keyboard to "scan credit card"?

    Yes, it should.
  • Erik Leaver
    Erik Leaver Blackbaud Employee
    Ancient Membership 250 Likes 100 Comments Photogenic

    Sara Hoffman:

    Hi Greg -

    Do you mean acknowledging in the keyboard to "scan credit card"?

    Yes, it should.

    I'm interested in this too. There is an html autocomplete standard that should help users who arent logged in to more easily complete forms. See: https://html.spec.whatwg.org/multipage/forms.html#autofill  


    To make it work we need to be able to add data to an input type like this:

    <input type="text" name="billing_first_namename" id="billing_first_namename"

    autocomplete="name" value="" maxlength="50">

Categories