Prevent users from cancelling automatically

Article author
Josh Lopez
  • Updated

Using Memberstack 2.0? There is an updated version of this article here.

Need more control over the cancelation process? Add the following code to your site header ABOVE the Memberstack script.

<style>
[ms-lang="profile_confirm_cancel"] {visibility: hidden;}
</style>
<script>
window.textOverride = {"profile_period_end": "CANCELATION INSTRUCTIONS HERE",}
</script>

 

The <style> tag will hide the “Confirm your Cancelation” button. The <script> tag will tell users what they need to do next. Replace the text in ALL CAPS.

 

Important: We highly recommend including a separate and easy-to-find cancelation button so users don't have to search too much.

 

5d7052dcd4ff1f571f3f229f_sample-cancel.png

 

You may also want to include a cancellation feedback form to find out why customers are leaving. Below is a step by step on how to include a cancellation flow:

 

Step 1 - Users click the 'Cancel' button, which takes them to a page with a feedback box.

 

Screenshot_2020-06-19_at_17.21.58.png

Step 2 - A 'reason for leaving' box appears, allowing customers to give their feedback.

 

Screenshot_2020-06-19_at_17.24.18.png

Step 3 - A green bar appears, letting customers know their subscription will finish at the end of the billing period. Plus, a good ol' meme!

 

Screenshot_2020-06-19_at_17.35.56.png

Note: If you want to end a customer's account immediately, you will need to manually do this in Stripe and select 'end immediately.'

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.