Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to add zip code as a field inside of the component #16

Open
AustinMKerr opened this issue Apr 29, 2023 · 2 comments
Open

No way to add zip code as a field inside of the component #16

AustinMKerr opened this issue Apr 29, 2023 · 2 comments

Comments

@AustinMKerr
Copy link

No description provided.

@SeanCassiere
Copy link

@AustinMKerr the zip code is not a field/value that is printed on a physical card.

Accordingly, as this UI library outputs a component that looks like a Credit Card, there wouldn't logically be a place for the zip code to be placed, since it is not printed on them.

Should you wish to collect the zip code, you explore the options below.

Typically, since the zip code is taken for online payments, it would be better to place the input for it alongside the credit card information, or alongside the fields that capture the customer's billing address.

Below is an image of an app I've got running in production that has the zip code field at the bottom of the form.
image

Also, alternatively, as I mentioned above you could have a separate form that captures your customer's billing details, and get the zip code from here.
image

@felquis felquis pinned this issue Jun 7, 2023
@samie105
Copy link

is there a way i can print another value on the card, like an entirely different field asides the defaults

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants