Title: Remember Me Default
Last modified: March 12, 2018

---

# Remember Me Default

 *  Resolved [digitalnamers](https://wordpress.org/support/users/digitalnamers/)
 * (@digitalnamers)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remember-me-default/)
 * Hello!
 * Is there a way to check the “Remember Me” checkbox by default in the Stripe overlay?
   We are having an issue where customers are not saving this value so our autoship(
   wooautoship.com) recurring orders are failing due to missing a saved payment 
   method. We are losing customers because it’s too frustrating for them to go to
   My Account and add the payment method again.
 * I am hoping if it does not exist, maybe this can be added as a setting?
 * Something like, “Check ‘Remember Me’ checkbox by default?” etc…
 * I don’t see an ethical issue with this since a customer still has the control
   to uncheck the box. Major “click-thru” syndrome with our customers!
 * Thank you!
    Jon

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [digitalnamers](https://wordpress.org/support/users/digitalnamers/)
 * (@digitalnamers)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remember-me-default/#post-10072222)
 * After looking at the code, I believe this can be accomplished using the filter:
 * `add_filter( 'wc_stripe_force_customer_creation', '__return_true' );`
 * Is this the proper usage?
 * Thanks,
    Jon
 *  [D Smith a11n](https://wordpress.org/support/users/dsmithweb/)
 * (@dsmithweb)
 * Automattic Happiness Engineer
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remember-me-default/#post-10091449)
 * Hi Jon!
 * Please try
 * `add_filter( 'wc_stripe_force_save_source', '__return_true' );`

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remember Me Default’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=3177277)
 * [WooCommerce Stripe Payment Gateway](https://wordpress.org/plugins/woocommerce-gateway-stripe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-gateway-stripe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-gateway-stripe/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [D Smith a11n](https://wordpress.org/support/users/dsmithweb/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/remember-me-default/#post-10091449)
 * Status: resolved