Feature Request : Auto block/hide Member Generated input when payment renewal not complete

#featurerequest #wixplansandpricing I am building a website for a client that wants a database to be linked to a page displaying the data generated by Site Members who have Paid Plans. The first part was easy, getting input forms restricted to certain payment tiers as per plans done.

Now when the member doesn’t renew their plan, is it possible to automatically block(not display until payment renewed) that particular member’s input to the database temporarily thereby disabling their page on the site?

Thanks in advance!

Hi there, currently when a client’s credit card is cancelled or expires, or when there are insufficient funds to cover the subscription and you do not receive payment. Your customers plan will automatically be cancelled.

If the client wants to continue their subscription with a new credit card, they need to purchase a new plan.

Thank you for your feedback.

#FeatureRequest

You can do it using Corvid Code by deleteUser( ) when XXX event happened.

https://www.wix.com/corvid/reference/wix-users-backend/deleteuser

Thanks for the information!