23
votes

I am using Stripe Payment processor on my site.

I have integrated the following form for Stripe Checkout.

https://stripe.com/docs/checkout#integration-simple

I want to remove the "Remember me everywhere" option from the form.

1

1 Answers

94
votes

You can disable the 'Remember me' checkbox now! Code varies slightly depending on your integration.

Custom: allowRememberMe: false

Simple: data-allow-remember-me="false"

More in our docs