Hide email in Stripe Checkout
问题 How to disable or hide email in checkout.js in Stripe Payment onStripeUpdate(e) { this.stripehandler.open({ name: "", description: "", panelLabel: "Pay {{amount}}", allowRememberMe: false, email: "", //--->how to hide this email? }); e.preventDefault(); } 回答1: It is not possible to disable the email field entirely. You can pass a value for the email configuration option, but it must be a valid email address. If it's a valid address, the field will be replaced by a static label with the value