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

[feature request] Add name field to registration page #675

Open
rgy-stripe opened this issue Jan 26, 2023 · 0 comments
Open

[feature request] Add name field to registration page #675

rgy-stripe opened this issue Jan 26, 2023 · 0 comments
Assignees

Comments

@rgy-stripe
Copy link

Bug report Feature request

The registration screen only has an input field for the customer's email address. This is the minimal information you need, but it would be slightly more realistic to also include at least a name input field, e.g.:

Screen Shot 2023-01-26 at 2 19 47 PM

This would make the sample infinitesimally more complicated but would probably help users in the long run because it would be closer to what they eventually would need to build.

When/if we make this change, we should also update https://stripe.com/docs/billing/subscriptions/build-subscriptions to make sure the samples match.

Describe the bug change

Changes would need to happen in following files:

  • docs/content/billing/subscriptions/build-subscription.md — in the docs, update the sample
    client/register.html
  • client/register.js – here, we'd need to update the emailInput to something more generic, like formInput
    We'd need to make these changes for each language in the /server directory.

Additional context

@hideokamoto-stripe hideokamoto-stripe self-assigned this Feb 21, 2024
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

2 participants