I am creating a user account system for a Rails app, and I am using Devise and Simple Form to handle user account creation. I have a static pages controller that will handle a terms and conditions page.
I would like to have Devise only create the user account if the user a checked a box saying that they have read the relevant terms and conditions, a bit like on every website you have to sign up for.