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.
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.
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