Various integration examples to demonstrate and play with the lifecycle of a consent form created using the Right Consents platform.
You will need a running instance of the Right Consents platform. It can be run locally or remotely dependent on your needs.
Here's a rapid installation procedure to launch Right Consents (see detailed documentation here)
$ git clone git@github.com:fairandsmart/right-consent.git
$ cd right-consent
$ docker-compose up
All examples below come with a Dockerfile for ease of use.
- php-iframe-form : a basic example that contains a single PHP page which display a consent form in an iframe.