consent_form
| Variable | Description |
|---|---|
| consent_form? | Checks if the page has a consent form e.g. {% if page.show_consent_form? %} |
| headline | The consent form headline e.g. {{ page.consent_form.headline }} |
| content | The consent form content e.g. {{ page.consent_form.content }} |
| content | Array of consent options e.g. |
consent_option
| Variable | Description |
|---|---|
| description | The consent option description e.g. {{ consent_option.description }} |
| yes_radio_button | The opt-in radio option e.g. {{ consent_option.yes_radio_button }} |
| yes_radio_name | The opt-in radio option name e.g. {{ consent_option.yes_radio_name }} |
| no_radio_button | The opt-out radio option e.g. {{ consent_option.yes_radio_button }} |
| no_radio_name | The opt-out radio option name e.g. {{ consent_option.yes_radio_name }} |