Add Terms and Conditions to Restrict Content Pro

April 15, 2015

development projects wordpress

TL;DR - I wrote a WordPress plugin to add Terms and Conditions to the registration form when using the Restrict Content Pro plugin . I just recently built a WordPress membership site using the Restrict Content Pro plugin and a few add-ons. However since they were taking money (via Stripe) in the registration process the user wanted a terms and conditions checkbox to ensure the customer knew what they were getting with the membership. I figured this might come in handy so I built and released a plugin for it. Upon installation and activation, you will see a new submenu item under "Restrict" called "Terms". RCP - Terms and Conditions Under "Terms" you will see a simple admin settings page that allows you to set the label for the Terms and Conditions checkbox that shows up on the registration form as well as the link to your terms and conditions (whether that's a page on your site or a PDF on a CDN). RCP Terms Settings The code and idea for the plugin is loosely based on this blog post Add a Agree to Our Terms of Use Field to Restrict Content Pro from @pippinsplugins. Plugin code on Github: Restrict Content Pro Terms and Conditions Install via WordPress Plugin repo: Restrict Content Pro - Terms and Conditions