You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HTML is fairly standard, but note how every input for sensitive data—number, CVC, expiration, and ZIP code—omits the name attribute. By omitting a name, the user-supplied data in those fields won't be passed to your server when the form is submitted. Each element also includes a data-stripe attribute
Is it possible to use card-react without using name attributes?
The text was updated successfully, but these errors were encountered:
Hey there! Possibly covered in another issue, but I'm not seeing it.
https://stripe.com/docs/custom-form#step-1-collecting-credit-card-information
Is it possible to use
card-react
without usingname
attributes?The text was updated successfully, but these errors were encountered: