metadata_presenter 3.2.10 → 3.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/app/controllers/metadata_presenter/engine_controller.rb +13 -29
 - data/app/controllers/metadata_presenter/pages_controller.rb +10 -1
 - data/app/models/metadata_presenter/component.rb +6 -0
 - data/app/models/metadata_presenter/evaluate_content_conditionals.rb +68 -22
 - data/app/models/metadata_presenter/page.rb +43 -2
 - data/app/models/metadata_presenter/service.rb +26 -9
 - data/app/views/metadata_presenter/component/_components.html.erb +5 -1
 - data/app/views/metadata_presenter/component/_conditional_component_banner.html.erb +5 -0
 - data/app/views/metadata_presenter/page/checkanswers.html.erb +3 -0
 - data/app/views/metadata_presenter/page/confirmation.html.erb +55 -50
 - data/app/views/metadata_presenter/page/content.html.erb +2 -0
 - data/app/views/metadata_presenter/page/exit.html.erb +3 -0
 - data/app/views/metadata_presenter/page/multiplequestions.html.erb +2 -0
 - data/config/locales/en.yml +2 -0
 - data/default_metadata/component/content.json +1 -0
 - data/fixtures/conditional.json +461 -0
 - data/fixtures/conditional_content.json +313 -384
 - data/fixtures/conditional_content_2.json +1208 -0
 - data/lib/metadata_presenter/version.rb +1 -1
 - data/schemas/component/content.json +8 -0
 - data/schemas/definition/expression_item.json +2 -0
 - metadata +5 -2
 
| 
         @@ -1,57 +1,33 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "_id": "service.base",
         
     | 
| 
       3 
3 
     | 
    
         
             
              "flow": {
         
     | 
| 
       4 
     | 
    
         
            -
                " 
     | 
| 
      
 4 
     | 
    
         
            +
                "05c1804f-0480-46bd-a5b6-24bfb59777ff": {
         
     | 
| 
       5 
5 
     | 
    
         
             
                  "next": {
         
     | 
| 
       6 
     | 
    
         
            -
                    "default": " 
     | 
| 
      
 6 
     | 
    
         
            +
                    "default": "48c9878d-1ed2-4245-ad00-e79699ffcc35"
         
     | 
| 
       7 
7 
     | 
    
         
             
                  },
         
     | 
| 
       8 
8 
     | 
    
         
             
                  "_type": "flow.page"
         
     | 
| 
       9 
9 
     | 
    
         
             
                },
         
     | 
| 
       10 
     | 
    
         
            -
                " 
     | 
| 
      
 10 
     | 
    
         
            +
                "48c9878d-1ed2-4245-ad00-e79699ffcc35": {
         
     | 
| 
       11 
11 
     | 
    
         
             
                  "next": {
         
     | 
| 
       12 
     | 
    
         
            -
                    "default": " 
     | 
| 
       13 
     | 
    
         
            -
                  },
         
     | 
| 
       14 
     | 
    
         
            -
                  "_type": "flow.page"
         
     | 
| 
       15 
     | 
    
         
            -
                },
         
     | 
| 
       16 
     | 
    
         
            -
                "93b54d92-4fbf-44aa-8f5d-d94cb72a10e8": {
         
     | 
| 
       17 
     | 
    
         
            -
                  "next": {
         
     | 
| 
       18 
     | 
    
         
            -
                    "default": "be656508-ffa1-4c40-815e-ca1859c9514f"
         
     | 
| 
       19 
     | 
    
         
            -
                  },
         
     | 
| 
       20 
     | 
    
         
            -
                  "_type": "flow.page"
         
     | 
| 
       21 
     | 
    
         
            -
                },
         
     | 
| 
       22 
     | 
    
         
            -
                "be656508-ffa1-4c40-815e-ca1859c9514f": {
         
     | 
| 
       23 
     | 
    
         
            -
                  "next": {
         
     | 
| 
       24 
     | 
    
         
            -
                    "default": "fcbdca1e-2a09-485b-951b-5b596115defc"
         
     | 
| 
       25 
     | 
    
         
            -
                  },
         
     | 
| 
       26 
     | 
    
         
            -
                  "_type": "flow.page"
         
     | 
| 
       27 
     | 
    
         
            -
                },
         
     | 
| 
       28 
     | 
    
         
            -
                "c5525c09-c817-4280-9812-8c70b309b073": {
         
     | 
| 
       29 
     | 
    
         
            -
                  "next": {
         
     | 
| 
       30 
     | 
    
         
            -
                    "default": "07635f6d-34a8-45c8-884f-87696eba6a1f"
         
     | 
| 
       31 
     | 
    
         
            -
                  },
         
     | 
| 
       32 
     | 
    
         
            -
                  "_type": "flow.page"
         
     | 
| 
       33 
     | 
    
         
            -
                },
         
     | 
| 
       34 
     | 
    
         
            -
                "d0f7b265-17c9-4c22-8739-d7c46d6d1426": {
         
     | 
| 
       35 
     | 
    
         
            -
                  "next": {
         
     | 
| 
       36 
     | 
    
         
            -
                    "default": "c5525c09-c817-4280-9812-8c70b309b073"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    "default": ""
         
     | 
| 
       37 
13 
     | 
    
         
             
                  },
         
     | 
| 
       38 
14 
     | 
    
         
             
                  "_type": "flow.page"
         
     | 
| 
       39 
15 
     | 
    
         
             
                },
         
     | 
| 
       40 
     | 
    
         
            -
                " 
     | 
| 
      
 16 
     | 
    
         
            +
                "9b9f8be2-5953-477d-863d-17e23f935574": {
         
     | 
| 
       41 
17 
     | 
    
         
             
                  "next": {
         
     | 
| 
       42 
     | 
    
         
            -
                    "default": " 
     | 
| 
      
 18 
     | 
    
         
            +
                    "default": "05c1804f-0480-46bd-a5b6-24bfb59777ff"
         
     | 
| 
       43 
19 
     | 
    
         
             
                  },
         
     | 
| 
       44 
20 
     | 
    
         
             
                  "_type": "flow.page"
         
     | 
| 
       45 
21 
     | 
    
         
             
                },
         
     | 
| 
       46 
     | 
    
         
            -
                " 
     | 
| 
      
 22 
     | 
    
         
            +
                "bf72f3b7-00f1-4f60-b56a-7260758982c7": {
         
     | 
| 
       47 
23 
     | 
    
         
             
                  "next": {
         
     | 
| 
       48 
     | 
    
         
            -
                    "default": ""
         
     | 
| 
      
 24 
     | 
    
         
            +
                    "default": "f8881623-e697-499b-81df-0ebf7d03ec3f"
         
     | 
| 
       49 
25 
     | 
    
         
             
                  },
         
     | 
| 
       50 
26 
     | 
    
         
             
                  "_type": "flow.page"
         
     | 
| 
       51 
27 
     | 
    
         
             
                },
         
     | 
| 
       52 
     | 
    
         
            -
                " 
     | 
| 
      
 28 
     | 
    
         
            +
                "f8881623-e697-499b-81df-0ebf7d03ec3f": {
         
     | 
| 
       53 
29 
     | 
    
         
             
                  "next": {
         
     | 
| 
       54 
     | 
    
         
            -
                    "default": " 
     | 
| 
      
 30 
     | 
    
         
            +
                    "default": "9b9f8be2-5953-477d-863d-17e23f935574"
         
     | 
| 
       55 
31 
     | 
    
         
             
                  },
         
     | 
| 
       56 
32 
     | 
    
         
             
                  "_type": "flow.page"
         
     | 
| 
       57 
33 
     | 
    
         
             
                }
         
     | 
| 
         @@ -63,216 +39,95 @@ 
     | 
|
| 
       63 
39 
     | 
    
         
             
                  "url": "/",
         
     | 
| 
       64 
40 
     | 
    
         
             
                  "body": "Use this service to apply for a service or contact us about a case.\r\n\r\n## Before you start\r\nYou will need:\r\n\r\n* your 8-digit reference number\r\n* a copy of your photo ID\r\n* something else\r\n\r\nThis form will take around 5 minutes to complete. We will reply within 10 working days.",
         
     | 
| 
       65 
41 
     | 
    
         
             
                  "_type": "page.start",
         
     | 
| 
       66 
     | 
    
         
            -
                  "_uuid": " 
     | 
| 
      
 42 
     | 
    
         
            +
                  "_uuid": "bf72f3b7-00f1-4f60-b56a-7260758982c7",
         
     | 
| 
       67 
43 
     | 
    
         
             
                  "heading": "Service name goes here",
         
     | 
| 
       68 
44 
     | 
    
         
             
                  "before_you_start": "## Other ways to get in touch\r\nYou can also apply or contact us about your case by:\r\n\r\n* telephone: 01234 567889\r\n* email: <example.service@justice.gov.uk>\r\n\r\nThis form is also [available in Welsh (Cymraeg)](https://example-service.form.service.justice.gov.uk/)."
         
     | 
| 
       69 
45 
     | 
    
         
             
                },
         
     | 
| 
       70 
46 
     | 
    
         
             
                {
         
     | 
| 
       71 
     | 
    
         
            -
                  "_id": "page. 
     | 
| 
       72 
     | 
    
         
            -
                  "url": " 
     | 
| 
       73 
     | 
    
         
            -
                  " 
     | 
| 
       74 
     | 
    
         
            -
                  " 
     | 
| 
       75 
     | 
    
         
            -
                  " 
     | 
| 
       76 
     | 
    
         
            -
                  "_uuid": "be656508-ffa1-4c40-815e-ca1859c9514f",
         
     | 
| 
       77 
     | 
    
         
            -
                  "heading": "",
         
     | 
| 
      
 47 
     | 
    
         
            +
                  "_id": "page.multiple",
         
     | 
| 
      
 48 
     | 
    
         
            +
                  "url": "multiple",
         
     | 
| 
      
 49 
     | 
    
         
            +
                  "_type": "page.multiplequestions",
         
     | 
| 
      
 50 
     | 
    
         
            +
                  "_uuid": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 51 
     | 
    
         
            +
                  "heading": "Multiple",
         
     | 
| 
       78 
52 
     | 
    
         
             
                  "components": [
         
     | 
| 
       79 
53 
     | 
    
         
             
                    {
         
     | 
| 
       80 
     | 
    
         
            -
                      "_id": " 
     | 
| 
      
 54 
     | 
    
         
            +
                      "_id": "multiple_checkboxes_1",
         
     | 
| 
       81 
55 
     | 
    
         
             
                      "hint": "",
         
     | 
| 
       82 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 56 
     | 
    
         
            +
                      "name": "multiple_checkboxes_1",
         
     | 
| 
       83 
57 
     | 
    
         
             
                      "_type": "checkboxes",
         
     | 
| 
       84 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
      
 58 
     | 
    
         
            +
                      "_uuid": "95c15e7c-8229-4280-9667-4db1c2c32966",
         
     | 
| 
       85 
59 
     | 
    
         
             
                      "items": [
         
     | 
| 
       86 
60 
     | 
    
         
             
                        {
         
     | 
| 
       87 
     | 
    
         
            -
                          "_id": " 
     | 
| 
      
 61 
     | 
    
         
            +
                          "_id": "multiple_checkboxes_1_item_1",
         
     | 
| 
       88 
62 
     | 
    
         
             
                          "hint": "",
         
     | 
| 
       89 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 63 
     | 
    
         
            +
                          "name": "multiple_checkboxes_1",
         
     | 
| 
       90 
64 
     | 
    
         
             
                          "_type": "checkbox",
         
     | 
| 
       91 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
       92 
     | 
    
         
            -
                          "label": " 
     | 
| 
      
 65 
     | 
    
         
            +
                          "_uuid": "a85cc419-7f7a-48ef-bab6-ee1f4bc7927c",
         
     | 
| 
      
 66 
     | 
    
         
            +
                          "label": "1",
         
     | 
| 
       93 
67 
     | 
    
         
             
                          "value": "value-1",
         
     | 
| 
       94 
68 
     | 
    
         
             
                          "errors": {
         
     | 
| 
       95 
69 
     | 
    
         
             
                          },
         
     | 
| 
       96 
70 
     | 
    
         
             
                          "legend": "Question",
         
     | 
| 
       97 
71 
     | 
    
         
             
                          "collection": "components",
         
     | 
| 
       98 
72 
     | 
    
         
             
                          "validation": {
         
     | 
| 
       99 
     | 
    
         
            -
                            "required":  
     | 
| 
      
 73 
     | 
    
         
            +
                            "required": false
         
     | 
| 
       100 
74 
     | 
    
         
             
                          }
         
     | 
| 
       101 
75 
     | 
    
         
             
                        },
         
     | 
| 
       102 
76 
     | 
    
         
             
                        {
         
     | 
| 
       103 
     | 
    
         
            -
                          "_id": " 
     | 
| 
      
 77 
     | 
    
         
            +
                          "_id": "multiple_checkboxes_1_item_2",
         
     | 
| 
       104 
78 
     | 
    
         
             
                          "hint": "",
         
     | 
| 
       105 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 79 
     | 
    
         
            +
                          "name": "multiple_checkboxes_1",
         
     | 
| 
       106 
80 
     | 
    
         
             
                          "_type": "checkbox",
         
     | 
| 
       107 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
       108 
     | 
    
         
            -
                          "label": " 
     | 
| 
      
 81 
     | 
    
         
            +
                          "_uuid": "de427f3c-b209-4dc5-9ed5-5daeb44aef2b",
         
     | 
| 
      
 82 
     | 
    
         
            +
                          "label": "2",
         
     | 
| 
       109 
83 
     | 
    
         
             
                          "value": "value-2",
         
     | 
| 
       110 
84 
     | 
    
         
             
                          "errors": {
         
     | 
| 
       111 
85 
     | 
    
         
             
                          },
         
     | 
| 
       112 
86 
     | 
    
         
             
                          "legend": "Question",
         
     | 
| 
       113 
87 
     | 
    
         
             
                          "collection": "components",
         
     | 
| 
       114 
88 
     | 
    
         
             
                          "validation": {
         
     | 
| 
       115 
     | 
    
         
            -
                            "required":  
     | 
| 
       116 
     | 
    
         
            -
                          }
         
     | 
| 
       117 
     | 
    
         
            -
                        },
         
     | 
| 
       118 
     | 
    
         
            -
                        {
         
     | 
| 
       119 
     | 
    
         
            -
                          "_id": "ice-cream_checkboxes_1_item_3",
         
     | 
| 
       120 
     | 
    
         
            -
                          "hint": "",
         
     | 
| 
       121 
     | 
    
         
            -
                          "name": "ice-cream_checkboxes_1",
         
     | 
| 
       122 
     | 
    
         
            -
                          "_type": "checkbox",
         
     | 
| 
       123 
     | 
    
         
            -
                          "_uuid": "d14b0d78-3977-4c58-8c05-2c2853d4dbbb",
         
     | 
| 
       124 
     | 
    
         
            -
                          "label": "Mango",
         
     | 
| 
       125 
     | 
    
         
            -
                          "value": "value-3",
         
     | 
| 
       126 
     | 
    
         
            -
                          "errors": {
         
     | 
| 
       127 
     | 
    
         
            -
                          },
         
     | 
| 
       128 
     | 
    
         
            -
                          "legend": "Question",
         
     | 
| 
       129 
     | 
    
         
            -
                          "collection": "components",
         
     | 
| 
       130 
     | 
    
         
            -
                          "validation": {
         
     | 
| 
       131 
     | 
    
         
            -
                            "required": true
         
     | 
| 
       132 
     | 
    
         
            -
                          }
         
     | 
| 
       133 
     | 
    
         
            -
                        },
         
     | 
| 
       134 
     | 
    
         
            -
                        {
         
     | 
| 
       135 
     | 
    
         
            -
                          "_id": "ice-cream_checkboxes_1_item_4",
         
     | 
| 
       136 
     | 
    
         
            -
                          "hint": "",
         
     | 
| 
       137 
     | 
    
         
            -
                          "name": "ice-cream_checkboxes_1",
         
     | 
| 
       138 
     | 
    
         
            -
                          "_type": "checkbox",
         
     | 
| 
       139 
     | 
    
         
            -
                          "_uuid": "b8571aa4-a208-4c8c-92e6-4fdffbba9d48",
         
     | 
| 
       140 
     | 
    
         
            -
                          "label": "Pistachio",
         
     | 
| 
       141 
     | 
    
         
            -
                          "value": "value-4",
         
     | 
| 
       142 
     | 
    
         
            -
                          "errors": {
         
     | 
| 
       143 
     | 
    
         
            -
                          },
         
     | 
| 
       144 
     | 
    
         
            -
                          "legend": "Question",
         
     | 
| 
       145 
     | 
    
         
            -
                          "collection": "components",
         
     | 
| 
       146 
     | 
    
         
            -
                          "validation": {
         
     | 
| 
       147 
     | 
    
         
            -
                            "required": true
         
     | 
| 
      
 89 
     | 
    
         
            +
                            "required": false
         
     | 
| 
       148 
90 
     | 
    
         
             
                          }
         
     | 
| 
       149 
91 
     | 
    
         
             
                        }
         
     | 
| 
       150 
92 
     | 
    
         
             
                      ],
         
     | 
| 
       151 
93 
     | 
    
         
             
                      "errors": {
         
     | 
| 
       152 
94 
     | 
    
         
             
                      },
         
     | 
| 
       153 
     | 
    
         
            -
                      "legend": "Checkbox",
         
     | 
| 
      
 95 
     | 
    
         
            +
                      "legend": "Checkbox (optional)",
         
     | 
| 
       154 
96 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       155 
97 
     | 
    
         
             
                      "validation": {
         
     | 
| 
       156 
     | 
    
         
            -
                        "required":  
     | 
| 
      
 98 
     | 
    
         
            +
                        "required": false
         
     | 
| 
       157 
99 
     | 
    
         
             
                      }
         
     | 
| 
       158 
     | 
    
         
            -
                    }
         
     | 
| 
       159 
     | 
    
         
            -
                  ],
         
     | 
| 
       160 
     | 
    
         
            -
                  "section_heading": ""
         
     | 
| 
       161 
     | 
    
         
            -
                },
         
     | 
| 
       162 
     | 
    
         
            -
                {
         
     | 
| 
       163 
     | 
    
         
            -
                  "_id": "page.flavours",
         
     | 
| 
       164 
     | 
    
         
            -
                  "url": "flavours",
         
     | 
| 
       165 
     | 
    
         
            -
                  "body": "",
         
     | 
| 
       166 
     | 
    
         
            -
                  "lede": "",
         
     | 
| 
       167 
     | 
    
         
            -
                  "_type": "page.content",
         
     | 
| 
       168 
     | 
    
         
            -
                  "_uuid": "fcbdca1e-2a09-485b-951b-5b596115defc",
         
     | 
| 
       169 
     | 
    
         
            -
                  "heading": "Ice cream flavours",
         
     | 
| 
       170 
     | 
    
         
            -
                  "components": [
         
     | 
| 
       171 
     | 
    
         
            -
                    {
         
     | 
| 
       172 
     | 
    
         
            -
                      "_id": "flavours_content_1",
         
     | 
| 
       173 
     | 
    
         
            -
                      "name": "flavours_content_1",
         
     | 
| 
       174 
     | 
    
         
            -
                      "_type": "content",
         
     | 
| 
       175 
     | 
    
         
            -
                      "_uuid": "b4b7fae6-cc1a-4ed6-b7e2-89ae6da74ffb",
         
     | 
| 
       176 
     | 
    
         
            -
                      "content": "Chocolate, Hokey Pokey, Mango and Pistachio. All of the flavours.",
         
     | 
| 
       177 
     | 
    
         
            -
                      "collection": "components",
         
     | 
| 
       178 
     | 
    
         
            -
                      "conditionals": [
         
     | 
| 
       179 
     | 
    
         
            -
                        {
         
     | 
| 
       180 
     | 
    
         
            -
                          "_type": "and",
         
     | 
| 
       181 
     | 
    
         
            -
                          "_uuid": "98cfd843-7c02-4534-9055-201487e9be16",
         
     | 
| 
       182 
     | 
    
         
            -
                          "expressions": [
         
     | 
| 
       183 
     | 
    
         
            -
                            {
         
     | 
| 
       184 
     | 
    
         
            -
                              "page": "be656508-ffa1-4c40-815e-ca1859c9514f",
         
     | 
| 
       185 
     | 
    
         
            -
                              "field": "acbfc0d8-7dbf-437f-8d9b-3c140140958e",
         
     | 
| 
       186 
     | 
    
         
            -
                              "operator": "contains",
         
     | 
| 
       187 
     | 
    
         
            -
                              "component": "ea13126a-7ae2-45a5-a08f-949bd1953877"
         
     | 
| 
       188 
     | 
    
         
            -
                            },
         
     | 
| 
       189 
     | 
    
         
            -
                            {
         
     | 
| 
       190 
     | 
    
         
            -
                              "page": "be656508-ffa1-4c40-815e-ca1859c9514f",
         
     | 
| 
       191 
     | 
    
         
            -
                              "field": "3bf08f98-ad1f-4a9d-b150-9ae917c4f711",
         
     | 
| 
       192 
     | 
    
         
            -
                              "operator": "contains",
         
     | 
| 
       193 
     | 
    
         
            -
                              "component": "ea13126a-7ae2-45a5-a08f-949bd1953877"
         
     | 
| 
       194 
     | 
    
         
            -
                            },
         
     | 
| 
       195 
     | 
    
         
            -
                            {
         
     | 
| 
       196 
     | 
    
         
            -
                              "page": "be656508-ffa1-4c40-815e-ca1859c9514f",
         
     | 
| 
       197 
     | 
    
         
            -
                              "field": "d14b0d78-3977-4c58-8c05-2c2853d4dbbb",
         
     | 
| 
       198 
     | 
    
         
            -
                              "operator": "contains",
         
     | 
| 
       199 
     | 
    
         
            -
                              "component": "ea13126a-7ae2-45a5-a08f-949bd1953877"
         
     | 
| 
       200 
     | 
    
         
            -
                            },
         
     | 
| 
       201 
     | 
    
         
            -
                            {
         
     | 
| 
       202 
     | 
    
         
            -
                              "page": "be656508-ffa1-4c40-815e-ca1859c9514f",
         
     | 
| 
       203 
     | 
    
         
            -
                              "field": "b8571aa4-a208-4c8c-92e6-4fdffbba9d48",
         
     | 
| 
       204 
     | 
    
         
            -
                              "operator": "contains",
         
     | 
| 
       205 
     | 
    
         
            -
                              "component": "ea13126a-7ae2-45a5-a08f-949bd1953877"
         
     | 
| 
       206 
     | 
    
         
            -
                            }
         
     | 
| 
       207 
     | 
    
         
            -
                          ]
         
     | 
| 
       208 
     | 
    
         
            -
                        }
         
     | 
| 
       209 
     | 
    
         
            -
                      ]
         
     | 
| 
       210 
100 
     | 
    
         
             
                    },
         
     | 
| 
       211 
101 
     | 
    
         
             
                    {
         
     | 
| 
       212 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       213 
     | 
    
         
            -
                      "name": "flavours_content_2",
         
     | 
| 
       214 
     | 
    
         
            -
                      "_type": "content",
         
     | 
| 
       215 
     | 
    
         
            -
                      "_uuid": "02826f69-13e7-4f65-a636-366ee1f08655",
         
     | 
| 
       216 
     | 
    
         
            -
                      "content": "You didn't choose Mango.",
         
     | 
| 
       217 
     | 
    
         
            -
                      "collection": "components",
         
     | 
| 
       218 
     | 
    
         
            -
                      "conditionals": [
         
     | 
| 
       219 
     | 
    
         
            -
                        {
         
     | 
| 
       220 
     | 
    
         
            -
                          "_type": "if",
         
     | 
| 
       221 
     | 
    
         
            -
                          "_uuid": "98cfd843-7c02-4534-9055-201487e9be16",
         
     | 
| 
       222 
     | 
    
         
            -
                          "expressions": [
         
     | 
| 
       223 
     | 
    
         
            -
                            {
         
     | 
| 
       224 
     | 
    
         
            -
                              "page": "be656508-ffa1-4c40-815e-ca1859c9514f",
         
     | 
| 
       225 
     | 
    
         
            -
                              "field": "d14b0d78-3977-4c58-8c05-2c2853d4dbbb",
         
     | 
| 
       226 
     | 
    
         
            -
                              "operator": "does_not_contain",
         
     | 
| 
       227 
     | 
    
         
            -
                              "component": "ea13126a-7ae2-45a5-a08f-949bd1953877"
         
     | 
| 
       228 
     | 
    
         
            -
                            }
         
     | 
| 
       229 
     | 
    
         
            -
                          ]
         
     | 
| 
       230 
     | 
    
         
            -
                        }
         
     | 
| 
       231 
     | 
    
         
            -
                      ]
         
     | 
| 
       232 
     | 
    
         
            -
                    }
         
     | 
| 
       233 
     | 
    
         
            -
                  ],
         
     | 
| 
       234 
     | 
    
         
            -
                  "add_component": "content",
         
     | 
| 
       235 
     | 
    
         
            -
                  "section_heading": ""
         
     | 
| 
       236 
     | 
    
         
            -
                },
         
     | 
| 
       237 
     | 
    
         
            -
                {
         
     | 
| 
       238 
     | 
    
         
            -
                  "_id": "page.colours",
         
     | 
| 
       239 
     | 
    
         
            -
                  "url": "colours",
         
     | 
| 
       240 
     | 
    
         
            -
                  "body": "",
         
     | 
| 
       241 
     | 
    
         
            -
                  "lede": "",
         
     | 
| 
       242 
     | 
    
         
            -
                  "_type": "page.singlequestion",
         
     | 
| 
       243 
     | 
    
         
            -
                  "_uuid": "d0f7b265-17c9-4c22-8739-d7c46d6d1426",
         
     | 
| 
       244 
     | 
    
         
            -
                  "heading": "",
         
     | 
| 
       245 
     | 
    
         
            -
                  "components": [
         
     | 
| 
       246 
     | 
    
         
            -
                    {
         
     | 
| 
       247 
     | 
    
         
            -
                      "_id": "colours_radios_1",
         
     | 
| 
      
 102 
     | 
    
         
            +
                      "_id": "multiple_radios_1",
         
     | 
| 
       248 
103 
     | 
    
         
             
                      "hint": "",
         
     | 
| 
       249 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 104 
     | 
    
         
            +
                      "name": "multiple_radios_1",
         
     | 
| 
       250 
105 
     | 
    
         
             
                      "_type": "radios",
         
     | 
| 
       251 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
      
 106 
     | 
    
         
            +
                      "_uuid": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7",
         
     | 
| 
       252 
107 
     | 
    
         
             
                      "items": [
         
     | 
| 
       253 
108 
     | 
    
         
             
                        {
         
     | 
| 
       254 
     | 
    
         
            -
                          "_id": " 
     | 
| 
      
 109 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_1",
         
     | 
| 
       255 
110 
     | 
    
         
             
                          "hint": "",
         
     | 
| 
       256 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 111 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
       257 
112 
     | 
    
         
             
                          "_type": "radio",
         
     | 
| 
       258 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
       259 
     | 
    
         
            -
                          "label": " 
     | 
| 
      
 113 
     | 
    
         
            +
                          "_uuid": "87cc40e6-eda6-45ba-9522-01f51cba109a",
         
     | 
| 
      
 114 
     | 
    
         
            +
                          "label": "Option A",
         
     | 
| 
       260 
115 
     | 
    
         
             
                          "value": "value-1",
         
     | 
| 
       261 
116 
     | 
    
         
             
                          "errors": {
         
     | 
| 
       262 
117 
     | 
    
         
             
                          },
         
     | 
| 
       263 
     | 
    
         
            -
                          "legend": " 
     | 
| 
      
 118 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
       264 
119 
     | 
    
         
             
                          "collection": "components",
         
     | 
| 
       265 
120 
     | 
    
         
             
                          "validation": {
         
     | 
| 
       266 
121 
     | 
    
         
             
                            "required": true
         
     | 
| 
       267 
122 
     | 
    
         
             
                          }
         
     | 
| 
       268 
123 
     | 
    
         
             
                        },
         
     | 
| 
       269 
124 
     | 
    
         
             
                        {
         
     | 
| 
       270 
     | 
    
         
            -
                          "_id": " 
     | 
| 
      
 125 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_2",
         
     | 
| 
       271 
126 
     | 
    
         
             
                          "hint": "",
         
     | 
| 
       272 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 127 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
       273 
128 
     | 
    
         
             
                          "_type": "radio",
         
     | 
| 
       274 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
       275 
     | 
    
         
            -
                          "label": " 
     | 
| 
      
 129 
     | 
    
         
            +
                          "_uuid": "4f45b310-3952-4513-a6df-3ea8999afb34",
         
     | 
| 
      
 130 
     | 
    
         
            +
                          "label": "Option B",
         
     | 
| 
       276 
131 
     | 
    
         
             
                          "value": "value-2",
         
     | 
| 
       277 
132 
     | 
    
         
             
                          "errors": {
         
     | 
| 
       278 
133 
     | 
    
         
             
                          },
         
     | 
| 
         @@ -283,12 +138,12 @@ 
     | 
|
| 
       283 
138 
     | 
    
         
             
                          }
         
     | 
| 
       284 
139 
     | 
    
         
             
                        },
         
     | 
| 
       285 
140 
     | 
    
         
             
                        {
         
     | 
| 
       286 
     | 
    
         
            -
                          "_id": " 
     | 
| 
      
 141 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_3",
         
     | 
| 
       287 
142 
     | 
    
         
             
                          "hint": "",
         
     | 
| 
       288 
     | 
    
         
            -
                          "name": " 
     | 
| 
      
 143 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
       289 
144 
     | 
    
         
             
                          "_type": "radio",
         
     | 
| 
       290 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
       291 
     | 
    
         
            -
                          "label": " 
     | 
| 
      
 145 
     | 
    
         
            +
                          "_uuid": "668fa41f-ad38-4934-aeae-c66c4c036040",
         
     | 
| 
      
 146 
     | 
    
         
            +
                          "label": "Option C",
         
     | 
| 
       292 
147 
     | 
    
         
             
                          "value": "value-3",
         
     | 
| 
       293 
148 
     | 
    
         
             
                          "errors": {
         
     | 
| 
       294 
149 
     | 
    
         
             
                          },
         
     | 
| 
         @@ -297,291 +152,365 @@ 
     | 
|
| 
       297 
152 
     | 
    
         
             
                          "validation": {
         
     | 
| 
       298 
153 
     | 
    
         
             
                            "required": true
         
     | 
| 
       299 
154 
     | 
    
         
             
                          }
         
     | 
| 
      
 155 
     | 
    
         
            +
                        },
         
     | 
| 
      
 156 
     | 
    
         
            +
                        {
         
     | 
| 
      
 157 
     | 
    
         
            +
                          "_id": "multiple_radios_1_item_4",
         
     | 
| 
      
 158 
     | 
    
         
            +
                          "hint": "",
         
     | 
| 
      
 159 
     | 
    
         
            +
                          "name": "multiple_radios_1",
         
     | 
| 
      
 160 
     | 
    
         
            +
                          "_type": "radio",
         
     | 
| 
      
 161 
     | 
    
         
            +
                          "_uuid": "ff14778f-a7b4-4ceb-b4e8-46f4b83aac42",
         
     | 
| 
      
 162 
     | 
    
         
            +
                          "label": "No Option",
         
     | 
| 
      
 163 
     | 
    
         
            +
                          "value": "value-4",
         
     | 
| 
      
 164 
     | 
    
         
            +
                          "errors": {
         
     | 
| 
      
 165 
     | 
    
         
            +
                          },
         
     | 
| 
      
 166 
     | 
    
         
            +
                          "legend": "Question",
         
     | 
| 
      
 167 
     | 
    
         
            +
                          "collection": "components",
         
     | 
| 
      
 168 
     | 
    
         
            +
                          "validation": {
         
     | 
| 
      
 169 
     | 
    
         
            +
                            "required": true
         
     | 
| 
      
 170 
     | 
    
         
            +
                          }
         
     | 
| 
       300 
171 
     | 
    
         
             
                        }
         
     | 
| 
       301 
172 
     | 
    
         
             
                      ],
         
     | 
| 
       302 
173 
     | 
    
         
             
                      "errors": {
         
     | 
| 
       303 
174 
     | 
    
         
             
                      },
         
     | 
| 
       304 
     | 
    
         
            -
                      "legend": " 
     | 
| 
      
 175 
     | 
    
         
            +
                      "legend": "radio",
         
     | 
| 
       305 
176 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       306 
177 
     | 
    
         
             
                      "validation": {
         
     | 
| 
       307 
178 
     | 
    
         
             
                        "required": true
         
     | 
| 
       308 
179 
     | 
    
         
             
                      }
         
     | 
| 
       309 
180 
     | 
    
         
             
                    }
         
     | 
| 
       310 
181 
     | 
    
         
             
                  ],
         
     | 
| 
      
 182 
     | 
    
         
            +
                  "add_component": "radios",
         
     | 
| 
       311 
183 
     | 
    
         
             
                  "section_heading": ""
         
     | 
| 
       312 
184 
     | 
    
         
             
                },
         
     | 
| 
       313 
185 
     | 
    
         
             
                {
         
     | 
| 
       314 
     | 
    
         
            -
                  "_id": "page. 
     | 
| 
       315 
     | 
    
         
            -
                  "url": " 
     | 
| 
       316 
     | 
    
         
            -
                  " 
     | 
| 
       317 
     | 
    
         
            -
                  " 
     | 
| 
       318 
     | 
    
         
            -
                  " 
     | 
| 
       319 
     | 
    
         
            -
                  " 
     | 
| 
      
 186 
     | 
    
         
            +
                  "_id": "page.content",
         
     | 
| 
      
 187 
     | 
    
         
            +
                  "url": "content",
         
     | 
| 
      
 188 
     | 
    
         
            +
                  "lede": "I'm content",
         
     | 
| 
      
 189 
     | 
    
         
            +
                  "_type": "page.content",
         
     | 
| 
      
 190 
     | 
    
         
            +
                  "_uuid": "9b9f8be2-5953-477d-863d-17e23f935574",
         
     | 
| 
      
 191 
     | 
    
         
            +
                  "heading": "Content",
         
     | 
| 
       320 
192 
     | 
    
         
             
                  "components": [
         
     | 
| 
       321 
193 
     | 
    
         
             
                    {
         
     | 
| 
       322 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       323 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 194 
     | 
    
         
            +
                      "_id": "content_content_1",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "name": "content_content_1",
         
     | 
| 
       324 
196 
     | 
    
         
             
                      "_type": "content",
         
     | 
| 
       325 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
       326 
     | 
    
         
            -
                      "content": " 
     | 
| 
       327 
     | 
    
         
            -
                      " 
     | 
| 
       328 
     | 
    
         
            -
             
     | 
| 
       329 
     | 
    
         
            -
             
     | 
| 
       330 
     | 
    
         
            -
             
     | 
| 
       331 
     | 
    
         
            -
             
     | 
| 
       332 
     | 
    
         
            -
             
     | 
| 
      
 197 
     | 
    
         
            +
                      "_uuid": "1ed7161c-b712-429c-b647-edd39f71b39f",
         
     | 
| 
      
 198 
     | 
    
         
            +
                      "content": "Never show this",
         
     | 
| 
      
 199 
     | 
    
         
            +
                      "display": "never",
         
     | 
| 
      
 200 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 201 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 202 
     | 
    
         
            +
             
     | 
| 
      
 203 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 204 
     | 
    
         
            +
                    },
         
     | 
| 
       333 
205 
     | 
    
         
             
                    {
         
     | 
| 
       334 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       335 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 206 
     | 
    
         
            +
                      "_id": "content_content_2",
         
     | 
| 
      
 207 
     | 
    
         
            +
                      "name": "content_content_2",
         
     | 
| 
       336 
208 
     | 
    
         
             
                      "_type": "content",
         
     | 
| 
       337 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
       338 
     | 
    
         
            -
                      "content": " 
     | 
| 
       339 
     | 
    
         
            -
                      " 
     | 
| 
      
 209 
     | 
    
         
            +
                      "_uuid": "2e8d0ad4-5640-4cd5-815c-4f4116a685d5",
         
     | 
| 
      
 210 
     | 
    
         
            +
                      "content": "If CB contains 1",
         
     | 
| 
      
 211 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
       340 
213 
     | 
    
         
             
                      "conditionals": [
         
     | 
| 
       341 
214 
     | 
    
         
             
                        {
         
     | 
| 
       342 
215 
     | 
    
         
             
                          "_type": "if",
         
     | 
| 
       343 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
      
 216 
     | 
    
         
            +
                          "_uuid": "d45d66ef-45a9-4d4b-af97-e52ffde8c724",
         
     | 
| 
       344 
217 
     | 
    
         
             
                          "expressions": [
         
     | 
| 
       345 
218 
     | 
    
         
             
                            {
         
     | 
| 
       346 
     | 
    
         
            -
                              "page": " 
     | 
| 
       347 
     | 
    
         
            -
                              "field": " 
     | 
| 
       348 
     | 
    
         
            -
                              "operator": " 
     | 
| 
       349 
     | 
    
         
            -
                              "component": " 
     | 
| 
      
 219 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 220 
     | 
    
         
            +
                              "field": "a85cc419-7f7a-48ef-bab6-ee1f4bc7927c",
         
     | 
| 
      
 221 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 222 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
       350 
223 
     | 
    
         
             
                            }
         
     | 
| 
       351 
224 
     | 
    
         
             
                          ]
         
     | 
| 
       352 
225 
     | 
    
         
             
                        }
         
     | 
| 
       353 
226 
     | 
    
         
             
                      ]
         
     | 
| 
       354 
     | 
    
         
            -
                    }
         
     | 
| 
       355 
     | 
    
         
            -
                  ],
         
     | 
| 
       356 
     | 
    
         
            -
                  "add_extra_component": "content"
         
     | 
| 
       357 
     | 
    
         
            -
                },
         
     | 
| 
       358 
     | 
    
         
            -
                {
         
     | 
| 
       359 
     | 
    
         
            -
                  "_id": "page.confirmation",
         
     | 
| 
       360 
     | 
    
         
            -
                  "url": "form-sent",
         
     | 
| 
       361 
     | 
    
         
            -
                  "_type": "page.confirmation",
         
     | 
| 
       362 
     | 
    
         
            -
                  "_uuid": "e6df0eaa-76a7-494a-9468-68b093e111ce",
         
     | 
| 
       363 
     | 
    
         
            -
                  "heading": "Application complete",
         
     | 
| 
       364 
     | 
    
         
            -
                  "components": [
         
     | 
| 
       365 
     | 
    
         
            -
             
     | 
| 
       366 
     | 
    
         
            -
                  ]
         
     | 
| 
       367 
     | 
    
         
            -
                },
         
     | 
| 
       368 
     | 
    
         
            -
                {
         
     | 
| 
       369 
     | 
    
         
            -
                  "_id": "page.show-colours",
         
     | 
| 
       370 
     | 
    
         
            -
                  "url": "show-colours",
         
     | 
| 
       371 
     | 
    
         
            -
                  "body": "",
         
     | 
| 
       372 
     | 
    
         
            -
                  "lede": "",
         
     | 
| 
       373 
     | 
    
         
            -
                  "_type": "page.content",
         
     | 
| 
       374 
     | 
    
         
            -
                  "_uuid": "c5525c09-c817-4280-9812-8c70b309b073",
         
     | 
| 
       375 
     | 
    
         
            -
                  "heading": "Show choosen colour",
         
     | 
| 
       376 
     | 
    
         
            -
                  "components": [
         
     | 
| 
      
 227 
     | 
    
         
            +
                    },
         
     | 
| 
       377 
228 
     | 
    
         
             
                    {
         
     | 
| 
       378 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       379 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 229 
     | 
    
         
            +
                      "_id": "content_content_3",
         
     | 
| 
      
 230 
     | 
    
         
            +
                      "name": "content_content_3",
         
     | 
| 
       380 
231 
     | 
    
         
             
                      "_type": "content",
         
     | 
| 
       381 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
       382 
     | 
    
         
            -
                      "content": " 
     | 
| 
      
 232 
     | 
    
         
            +
                      "_uuid": "701f93e3-1d78-4a1f-9495-07e32b6e26fe",
         
     | 
| 
      
 233 
     | 
    
         
            +
                      "content": "If CB does not contains 1",
         
     | 
| 
      
 234 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
       383 
235 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       384 
236 
     | 
    
         
             
                      "conditionals": [
         
     | 
| 
       385 
237 
     | 
    
         
             
                        {
         
     | 
| 
       386 
     | 
    
         
            -
                          "_uuid": "ecd60ac9-c3ea-47b1-8f79-c4e42df9a9dd",
         
     | 
| 
       387 
238 
     | 
    
         
             
                          "_type": "if",
         
     | 
| 
      
 239 
     | 
    
         
            +
                          "_uuid": "1e317ce5-17df-45c5-b490-1eaa5a79beb6",
         
     | 
| 
       388 
240 
     | 
    
         
             
                          "expressions": [
         
     | 
| 
       389 
241 
     | 
    
         
             
                            {
         
     | 
| 
       390 
     | 
    
         
            -
                              " 
     | 
| 
       391 
     | 
    
         
            -
                              " 
     | 
| 
       392 
     | 
    
         
            -
                              " 
     | 
| 
       393 
     | 
    
         
            -
                              " 
     | 
| 
      
 242 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 243 
     | 
    
         
            +
                              "field": "a85cc419-7f7a-48ef-bab6-ee1f4bc7927c",
         
     | 
| 
      
 244 
     | 
    
         
            +
                              "operator": "does_not_contain",
         
     | 
| 
      
 245 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
       394 
246 
     | 
    
         
             
                            }
         
     | 
| 
       395 
247 
     | 
    
         
             
                          ]
         
     | 
| 
       396 
248 
     | 
    
         
             
                        }
         
     | 
| 
       397 
249 
     | 
    
         
             
                      ]
         
     | 
| 
       398 
250 
     | 
    
         
             
                    },
         
     | 
| 
       399 
251 
     | 
    
         
             
                    {
         
     | 
| 
       400 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       401 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 252 
     | 
    
         
            +
                      "_id": "content_content_4",
         
     | 
| 
      
 253 
     | 
    
         
            +
                      "name": "content_content_4",
         
     | 
| 
       402 
254 
     | 
    
         
             
                      "_type": "content",
         
     | 
| 
       403 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
       404 
     | 
    
         
            -
                      "content": " 
     | 
| 
      
 255 
     | 
    
         
            +
                      "_uuid": "71bfc176-613d-42ec-8d53-63e50b696ec6",
         
     | 
| 
      
 256 
     | 
    
         
            +
                      "content": "If CB is answered",
         
     | 
| 
      
 257 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
       405 
258 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       406 
259 
     | 
    
         
             
                      "conditionals": [
         
     | 
| 
       407 
260 
     | 
    
         
             
                        {
         
     | 
| 
       408 
     | 
    
         
            -
                          "_uuid": "ecd60ac9-c3ea-47b1-8f79-c4e42df9a9dd",
         
     | 
| 
       409 
261 
     | 
    
         
             
                          "_type": "if",
         
     | 
| 
      
 262 
     | 
    
         
            +
                          "_uuid": "affd18c5-1854-4f3f-84aa-16e38c9c46fc",
         
     | 
| 
       410 
263 
     | 
    
         
             
                          "expressions": [
         
     | 
| 
       411 
264 
     | 
    
         
             
                            {
         
     | 
| 
       412 
     | 
    
         
            -
                              " 
     | 
| 
       413 
     | 
    
         
            -
                              " 
     | 
| 
       414 
     | 
    
         
            -
                              " 
     | 
| 
       415 
     | 
    
         
            -
                              " 
     | 
| 
      
 265 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 266 
     | 
    
         
            +
                              "field": "",
         
     | 
| 
      
 267 
     | 
    
         
            +
                              "operator": "is_answered",
         
     | 
| 
      
 268 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
      
 269 
     | 
    
         
            +
                            }
         
     | 
| 
      
 270 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 271 
     | 
    
         
            +
                        }
         
     | 
| 
      
 272 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 273 
     | 
    
         
            +
                    },
         
     | 
| 
      
 274 
     | 
    
         
            +
                    {
         
     | 
| 
      
 275 
     | 
    
         
            +
                      "_id": "content_content_5",
         
     | 
| 
      
 276 
     | 
    
         
            +
                      "name": "content_content_5",
         
     | 
| 
      
 277 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 278 
     | 
    
         
            +
                      "_uuid": "37a83516-20c3-4208-ae5f-752038113742",
         
     | 
| 
      
 279 
     | 
    
         
            +
                      "content": "If CB not answered",
         
     | 
| 
      
 280 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 281 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 282 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 283 
     | 
    
         
            +
                        {
         
     | 
| 
      
 284 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 285 
     | 
    
         
            +
                          "_uuid": "c7c4636a-8748-43c9-8e5f-eb66fe151670",
         
     | 
| 
      
 286 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 287 
     | 
    
         
            +
                            {
         
     | 
| 
      
 288 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 289 
     | 
    
         
            +
                              "field": "",
         
     | 
| 
      
 290 
     | 
    
         
            +
                              "operator": "is_not_answered",
         
     | 
| 
      
 291 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
       416 
292 
     | 
    
         
             
                            }
         
     | 
| 
       417 
293 
     | 
    
         
             
                          ]
         
     | 
| 
       418 
294 
     | 
    
         
             
                        }
         
     | 
| 
       419 
295 
     | 
    
         
             
                      ]
         
     | 
| 
       420 
296 
     | 
    
         
             
                    },
         
     | 
| 
       421 
297 
     | 
    
         
             
                    {
         
     | 
| 
       422 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       423 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 298 
     | 
    
         
            +
                      "_id": "content_content_6",
         
     | 
| 
      
 299 
     | 
    
         
            +
                      "name": "content_content_6",
         
     | 
| 
       424 
300 
     | 
    
         
             
                      "_type": "content",
         
     | 
| 
       425 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
       426 
     | 
    
         
            -
                      "content": " 
     | 
| 
      
 301 
     | 
    
         
            +
                      "_uuid": "5ccc3681-4aa5-447a-8763-6fcdd257bfcc",
         
     | 
| 
      
 302 
     | 
    
         
            +
                      "content": "If radio b and CB 2",
         
     | 
| 
      
 303 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
       427 
304 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       428 
305 
     | 
    
         
             
                      "conditionals": [
         
     | 
| 
       429 
306 
     | 
    
         
             
                        {
         
     | 
| 
       430 
     | 
    
         
            -
                          "_type": " 
     | 
| 
       431 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
      
 307 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 308 
     | 
    
         
            +
                          "_uuid": "3e1945df-34bd-4b99-8cf6-042c016a3526",
         
     | 
| 
       432 
309 
     | 
    
         
             
                          "expressions": [
         
     | 
| 
       433 
310 
     | 
    
         
             
                            {
         
     | 
| 
       434 
     | 
    
         
            -
                              "page": " 
     | 
| 
       435 
     | 
    
         
            -
                              "field": " 
     | 
| 
      
 311 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 312 
     | 
    
         
            +
                              "field": "4f45b310-3952-4513-a6df-3ea8999afb34",
         
     | 
| 
       436 
313 
     | 
    
         
             
                              "operator": "is",
         
     | 
| 
       437 
     | 
    
         
            -
                              "component": " 
     | 
| 
      
 314 
     | 
    
         
            +
                              "component": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7"
         
     | 
| 
       438 
315 
     | 
    
         
             
                            },
         
     | 
| 
       439 
316 
     | 
    
         
             
                            {
         
     | 
| 
       440 
     | 
    
         
            -
                              "page": " 
     | 
| 
       441 
     | 
    
         
            -
                              "field": " 
     | 
| 
      
 317 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 318 
     | 
    
         
            +
                              "field": "de427f3c-b209-4dc5-9ed5-5daeb44aef2b",
         
     | 
| 
       442 
319 
     | 
    
         
             
                              "operator": "contains",
         
     | 
| 
       443 
     | 
    
         
            -
                              "component": " 
     | 
| 
      
 320 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
       444 
321 
     | 
    
         
             
                            }
         
     | 
| 
       445 
322 
     | 
    
         
             
                          ]
         
     | 
| 
       446 
323 
     | 
    
         
             
                        }
         
     | 
| 
       447 
324 
     | 
    
         
             
                      ]
         
     | 
| 
       448 
     | 
    
         
            -
                    }
         
     | 
| 
       449 
     | 
    
         
            -
                  ],
         
     | 
| 
       450 
     | 
    
         
            -
                  "add_component": "content",
         
     | 
| 
       451 
     | 
    
         
            -
                  "section_heading": ""
         
     | 
| 
       452 
     | 
    
         
            -
                },
         
     | 
| 
       453 
     | 
    
         
            -
                {
         
     | 
| 
       454 
     | 
    
         
            -
                  "_id": "page.pets",
         
     | 
| 
       455 
     | 
    
         
            -
                  "url": "pets",
         
     | 
| 
       456 
     | 
    
         
            -
                  "body": "Body section",
         
     | 
| 
       457 
     | 
    
         
            -
                  "lede": "",
         
     | 
| 
       458 
     | 
    
         
            -
                  "_type": "page.singlequestion",
         
     | 
| 
       459 
     | 
    
         
            -
                  "_uuid": "07635f6d-34a8-45c8-884f-87696eba6a1f",
         
     | 
| 
       460 
     | 
    
         
            -
                  "heading": "",
         
     | 
| 
       461 
     | 
    
         
            -
                  "components": [
         
     | 
| 
      
 325 
     | 
    
         
            +
                    },
         
     | 
| 
       462 
326 
     | 
    
         
             
                    {
         
     | 
| 
       463 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       464 
     | 
    
         
            -
                      " 
     | 
| 
       465 
     | 
    
         
            -
                      " 
     | 
| 
       466 
     | 
    
         
            -
                      " 
     | 
| 
       467 
     | 
    
         
            -
                      " 
     | 
| 
       468 
     | 
    
         
            -
                      " 
     | 
| 
      
 327 
     | 
    
         
            +
                      "_id": "content_content_7",
         
     | 
| 
      
 328 
     | 
    
         
            +
                      "name": "content_content_7",
         
     | 
| 
      
 329 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 330 
     | 
    
         
            +
                      "_uuid": "61139d00-53eb-4ff3-9227-6ecd0b80aac4",
         
     | 
| 
      
 331 
     | 
    
         
            +
                      "content": "You didn't selected no option for radio",
         
     | 
| 
      
 332 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 333 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 334 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
       469 
335 
     | 
    
         
             
                        {
         
     | 
| 
       470 
     | 
    
         
            -
                          " 
     | 
| 
       471 
     | 
    
         
            -
                          " 
     | 
| 
       472 
     | 
    
         
            -
                          " 
     | 
| 
       473 
     | 
    
         
            -
             
     | 
| 
       474 
     | 
    
         
            -
             
     | 
| 
       475 
     | 
    
         
            -
             
     | 
| 
       476 
     | 
    
         
            -
             
     | 
| 
       477 
     | 
    
         
            -
             
     | 
| 
       478 
     | 
    
         
            -
             
     | 
| 
       479 
     | 
    
         
            -
                           
     | 
| 
       480 
     | 
    
         
            -
             
     | 
| 
       481 
     | 
    
         
            -
             
     | 
| 
       482 
     | 
    
         
            -
             
     | 
| 
       483 
     | 
    
         
            -
             
     | 
| 
      
 336 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 337 
     | 
    
         
            +
                          "_uuid": "0d7b01f8-c380-4ad9-9ac9-51e5f3181b9c",
         
     | 
| 
      
 338 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 339 
     | 
    
         
            +
                            {
         
     | 
| 
      
 340 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 341 
     | 
    
         
            +
                              "field": "ff14778f-a7b4-4ceb-b4e8-46f4b83aac42",
         
     | 
| 
      
 342 
     | 
    
         
            +
                              "operator": "is_not",
         
     | 
| 
      
 343 
     | 
    
         
            +
                              "component": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7"
         
     | 
| 
      
 344 
     | 
    
         
            +
                            }
         
     | 
| 
      
 345 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 346 
     | 
    
         
            +
                        }
         
     | 
| 
      
 347 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 348 
     | 
    
         
            +
                    },
         
     | 
| 
      
 349 
     | 
    
         
            +
                    {
         
     | 
| 
      
 350 
     | 
    
         
            +
                      "_id": "content_content_8",
         
     | 
| 
      
 351 
     | 
    
         
            +
                      "name": "content_content_8",
         
     | 
| 
      
 352 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 353 
     | 
    
         
            +
                      "_uuid": "4d4d7ace-9ce2-4415-9edb-abcac75ed17b",
         
     | 
| 
      
 354 
     | 
    
         
            +
                      "content": "If CB is 1 OR radio is A or radio is C",
         
     | 
| 
      
 355 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
      
 356 
     | 
    
         
            +
                      "collection": "components",
         
     | 
| 
      
 357 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 358 
     | 
    
         
            +
                        {
         
     | 
| 
      
 359 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 360 
     | 
    
         
            +
                          "_uuid": "e70e0478-41a1-4b1d-bde2-90a464591f7b",
         
     | 
| 
      
 361 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 362 
     | 
    
         
            +
                            {
         
     | 
| 
      
 363 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 364 
     | 
    
         
            +
                              "field": "a85cc419-7f7a-48ef-bab6-ee1f4bc7927c",
         
     | 
| 
      
 365 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 366 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
      
 367 
     | 
    
         
            +
                            }
         
     | 
| 
      
 368 
     | 
    
         
            +
                          ]
         
     | 
| 
       484 
369 
     | 
    
         
             
                        },
         
     | 
| 
       485 
370 
     | 
    
         
             
                        {
         
     | 
| 
       486 
     | 
    
         
            -
                          " 
     | 
| 
       487 
     | 
    
         
            -
                          " 
     | 
| 
       488 
     | 
    
         
            -
                          " 
     | 
| 
       489 
     | 
    
         
            -
             
     | 
| 
       490 
     | 
    
         
            -
             
     | 
| 
       491 
     | 
    
         
            -
             
     | 
| 
       492 
     | 
    
         
            -
             
     | 
| 
       493 
     | 
    
         
            -
             
     | 
| 
       494 
     | 
    
         
            -
             
     | 
| 
       495 
     | 
    
         
            -
                           
     | 
| 
       496 
     | 
    
         
            -
                          "collection": "components",
         
     | 
| 
       497 
     | 
    
         
            -
                          "validation": {
         
     | 
| 
       498 
     | 
    
         
            -
                            "required": true
         
     | 
| 
       499 
     | 
    
         
            -
                          }
         
     | 
| 
      
 371 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 372 
     | 
    
         
            +
                          "_uuid": "69620322-c23e-432e-84ae-195b97d46ed2",
         
     | 
| 
      
 373 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 374 
     | 
    
         
            +
                            {
         
     | 
| 
      
 375 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 376 
     | 
    
         
            +
                              "field": "87cc40e6-eda6-45ba-9522-01f51cba109a",
         
     | 
| 
      
 377 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 378 
     | 
    
         
            +
                              "component": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7"
         
     | 
| 
      
 379 
     | 
    
         
            +
                            }
         
     | 
| 
      
 380 
     | 
    
         
            +
                          ]
         
     | 
| 
       500 
381 
     | 
    
         
             
                        },
         
     | 
| 
       501 
382 
     | 
    
         
             
                        {
         
     | 
| 
       502 
     | 
    
         
            -
                          " 
     | 
| 
       503 
     | 
    
         
            -
                          " 
     | 
| 
       504 
     | 
    
         
            -
                          " 
     | 
| 
       505 
     | 
    
         
            -
             
     | 
| 
       506 
     | 
    
         
            -
             
     | 
| 
       507 
     | 
    
         
            -
             
     | 
| 
       508 
     | 
    
         
            -
             
     | 
| 
       509 
     | 
    
         
            -
             
     | 
| 
       510 
     | 
    
         
            -
             
     | 
| 
       511 
     | 
    
         
            -
                           
     | 
| 
       512 
     | 
    
         
            -
                          "collection": "components",
         
     | 
| 
       513 
     | 
    
         
            -
                          "validation": {
         
     | 
| 
       514 
     | 
    
         
            -
                            "required": true
         
     | 
| 
       515 
     | 
    
         
            -
                          }
         
     | 
| 
      
 383 
     | 
    
         
            +
                          "_type": "if",
         
     | 
| 
      
 384 
     | 
    
         
            +
                          "_uuid": "d2ceaabe-10c4-4bea-bb3c-5dd853c1d8c5",
         
     | 
| 
      
 385 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 386 
     | 
    
         
            +
                            {
         
     | 
| 
      
 387 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 388 
     | 
    
         
            +
                              "field": "668fa41f-ad38-4934-aeae-c66c4c036040",
         
     | 
| 
      
 389 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 390 
     | 
    
         
            +
                              "component": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7"
         
     | 
| 
      
 391 
     | 
    
         
            +
                            }
         
     | 
| 
      
 392 
     | 
    
         
            +
                          ]
         
     | 
| 
       516 
393 
     | 
    
         
             
                        }
         
     | 
| 
       517 
     | 
    
         
            -
                      ] 
     | 
| 
       518 
     | 
    
         
            -
             
     | 
| 
       519 
     | 
    
         
            -
             
     | 
| 
       520 
     | 
    
         
            -
                      " 
     | 
| 
      
 394 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 395 
     | 
    
         
            +
                    },
         
     | 
| 
      
 396 
     | 
    
         
            +
                    {
         
     | 
| 
      
 397 
     | 
    
         
            +
                      "_id": "content_content_9",
         
     | 
| 
      
 398 
     | 
    
         
            +
                      "name": "content_content_9",
         
     | 
| 
      
 399 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 400 
     | 
    
         
            +
                      "_uuid": "6a3b4104-1d4c-4534-87d8-b81f5c764d43",
         
     | 
| 
      
 401 
     | 
    
         
            +
                      "content": "Always show that",
         
     | 
| 
      
 402 
     | 
    
         
            +
                      "display": "always",
         
     | 
| 
       521 
403 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       522 
     | 
    
         
            -
                      " 
     | 
| 
       523 
     | 
    
         
            -
             
     | 
| 
       524 
     | 
    
         
            -
                       
     | 
| 
       525 
     | 
    
         
            -
                    }
         
     | 
| 
       526 
     | 
    
         
            -
                  ],
         
     | 
| 
       527 
     | 
    
         
            -
                  "section_heading": ""
         
     | 
| 
       528 
     | 
    
         
            -
                },
         
     | 
| 
       529 
     | 
    
         
            -
                {
         
     | 
| 
       530 
     | 
    
         
            -
                  "_id": "page.furry",
         
     | 
| 
       531 
     | 
    
         
            -
                  "url": "furry",
         
     | 
| 
       532 
     | 
    
         
            -
                  "_type": "page.multiplequestions",
         
     | 
| 
       533 
     | 
    
         
            -
                  "_uuid": "e2b45429-5a5e-45c1-95f8-8970af92790a",
         
     | 
| 
       534 
     | 
    
         
            -
                  "heading": "Furry Pet",
         
     | 
| 
       535 
     | 
    
         
            -
                  "components": [
         
     | 
| 
      
 404 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 405 
     | 
    
         
            +
             
     | 
| 
      
 406 
     | 
    
         
            +
                      ]
         
     | 
| 
      
 407 
     | 
    
         
            +
                    },
         
     | 
| 
       536 
408 
     | 
    
         
             
                    {
         
     | 
| 
       537 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       538 
     | 
    
         
            -
                      "name": " 
     | 
| 
      
 409 
     | 
    
         
            +
                      "_id": "content_content_10",
         
     | 
| 
      
 410 
     | 
    
         
            +
                      "name": "content_content_10",
         
     | 
| 
       539 
411 
     | 
    
         
             
                      "_type": "content",
         
     | 
| 
       540 
     | 
    
         
            -
                      "_uuid": " 
     | 
| 
       541 
     | 
    
         
            -
                      "content": " 
     | 
| 
      
 412 
     | 
    
         
            +
                      "_uuid": "75fd4dd0-2be1-44d0-9153-d7ec5ceb2a55",
         
     | 
| 
      
 413 
     | 
    
         
            +
                      "content": "If radio is not A",
         
     | 
| 
      
 414 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
       542 
415 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       543 
416 
     | 
    
         
             
                      "conditionals": [
         
     | 
| 
       544 
417 
     | 
    
         
             
                        {
         
     | 
| 
       545 
418 
     | 
    
         
             
                          "_type": "if",
         
     | 
| 
       546 
     | 
    
         
            -
                          "_uuid": " 
     | 
| 
      
 419 
     | 
    
         
            +
                          "_uuid": "e4b62c56-21fc-40f6-84bf-eab417e5c28e",
         
     | 
| 
       547 
420 
     | 
    
         
             
                          "expressions": [
         
     | 
| 
       548 
421 
     | 
    
         
             
                            {
         
     | 
| 
       549 
     | 
    
         
            -
                              "page": " 
     | 
| 
       550 
     | 
    
         
            -
                              "field": " 
     | 
| 
      
 422 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 423 
     | 
    
         
            +
                              "field": "87cc40e6-eda6-45ba-9522-01f51cba109a",
         
     | 
| 
       551 
424 
     | 
    
         
             
                              "operator": "is_not",
         
     | 
| 
       552 
     | 
    
         
            -
                              "component": " 
     | 
| 
      
 425 
     | 
    
         
            +
                              "component": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7"
         
     | 
| 
       553 
426 
     | 
    
         
             
                            }
         
     | 
| 
       554 
427 
     | 
    
         
             
                          ]
         
     | 
| 
       555 
428 
     | 
    
         
             
                        }
         
     | 
| 
       556 
429 
     | 
    
         
             
                      ]
         
     | 
| 
       557 
430 
     | 
    
         
             
                    },
         
     | 
| 
       558 
431 
     | 
    
         
             
                    {
         
     | 
| 
       559 
     | 
    
         
            -
                      "_id": " 
     | 
| 
       560 
     | 
    
         
            -
                      " 
     | 
| 
       561 
     | 
    
         
            -
                      " 
     | 
| 
       562 
     | 
    
         
            -
                      " 
     | 
| 
       563 
     | 
    
         
            -
                      " 
     | 
| 
       564 
     | 
    
         
            -
                      " 
     | 
| 
       565 
     | 
    
         
            -
                      "errors": {
         
     | 
| 
       566 
     | 
    
         
            -
                      },
         
     | 
| 
      
 432 
     | 
    
         
            +
                      "_id": "content_content_11",
         
     | 
| 
      
 433 
     | 
    
         
            +
                      "name": "content_content_11",
         
     | 
| 
      
 434 
     | 
    
         
            +
                      "_type": "content",
         
     | 
| 
      
 435 
     | 
    
         
            +
                      "_uuid": "b23d885d-5326-49f2-b4f4-5ac5d53a03da",
         
     | 
| 
      
 436 
     | 
    
         
            +
                      "content": "if CB 1 and radio A OR no CB and radio is No Option",
         
     | 
| 
      
 437 
     | 
    
         
            +
                      "display": "conditional",
         
     | 
| 
       567 
438 
     | 
    
         
             
                      "collection": "components",
         
     | 
| 
       568 
     | 
    
         
            -
                      " 
     | 
| 
       569 
     | 
    
         
            -
                         
     | 
| 
       570 
     | 
    
         
            -
             
     | 
| 
       571 
     | 
    
         
            -
             
     | 
| 
       572 
     | 
    
         
            -
             
     | 
| 
      
 439 
     | 
    
         
            +
                      "conditionals": [
         
     | 
| 
      
 440 
     | 
    
         
            +
                        {
         
     | 
| 
      
 441 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 442 
     | 
    
         
            +
                          "_uuid": "2cc6580d-70d6-40fd-b629-5b446b1a87a2",
         
     | 
| 
      
 443 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 444 
     | 
    
         
            +
                            {
         
     | 
| 
      
 445 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 446 
     | 
    
         
            +
                              "field": "a85cc419-7f7a-48ef-bab6-ee1f4bc7927c",
         
     | 
| 
      
 447 
     | 
    
         
            +
                              "operator": "contains",
         
     | 
| 
      
 448 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
      
 449 
     | 
    
         
            +
                            },
         
     | 
| 
      
 450 
     | 
    
         
            +
                            {
         
     | 
| 
      
 451 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 452 
     | 
    
         
            +
                              "field": "87cc40e6-eda6-45ba-9522-01f51cba109a",
         
     | 
| 
      
 453 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 454 
     | 
    
         
            +
                              "component": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7"
         
     | 
| 
      
 455 
     | 
    
         
            +
                            }
         
     | 
| 
      
 456 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 457 
     | 
    
         
            +
                        },
         
     | 
| 
      
 458 
     | 
    
         
            +
                        {
         
     | 
| 
      
 459 
     | 
    
         
            +
                          "_type": "and",
         
     | 
| 
      
 460 
     | 
    
         
            +
                          "_uuid": "4bbe4c06-a791-43a3-a4b4-b2f838e1b0b1",
         
     | 
| 
      
 461 
     | 
    
         
            +
                          "expressions": [
         
     | 
| 
      
 462 
     | 
    
         
            +
                            {
         
     | 
| 
      
 463 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 464 
     | 
    
         
            +
                              "field": "",
         
     | 
| 
      
 465 
     | 
    
         
            +
                              "operator": "is_not_answered",
         
     | 
| 
      
 466 
     | 
    
         
            +
                              "component": "95c15e7c-8229-4280-9667-4db1c2c32966"
         
     | 
| 
      
 467 
     | 
    
         
            +
                            },
         
     | 
| 
      
 468 
     | 
    
         
            +
                            {
         
     | 
| 
      
 469 
     | 
    
         
            +
                              "page": "f8881623-e697-499b-81df-0ebf7d03ec3f",
         
     | 
| 
      
 470 
     | 
    
         
            +
                              "field": "ff14778f-a7b4-4ceb-b4e8-46f4b83aac42",
         
     | 
| 
      
 471 
     | 
    
         
            +
                              "operator": "is",
         
     | 
| 
      
 472 
     | 
    
         
            +
                              "component": "2c1333ca-b28c-4a98-b2a7-a300bab54cc7"
         
     | 
| 
      
 473 
     | 
    
         
            +
                            }
         
     | 
| 
      
 474 
     | 
    
         
            +
                          ]
         
     | 
| 
      
 475 
     | 
    
         
            +
                        }
         
     | 
| 
      
 476 
     | 
    
         
            +
                      ]
         
     | 
| 
       573 
477 
     | 
    
         
             
                    }
         
     | 
| 
       574 
478 
     | 
    
         
             
                  ],
         
     | 
| 
       575 
     | 
    
         
            -
                  "add_component": " 
     | 
| 
      
 479 
     | 
    
         
            +
                  "add_component": "content",
         
     | 
| 
       576 
480 
     | 
    
         
             
                  "section_heading": ""
         
     | 
| 
      
 481 
     | 
    
         
            +
                },
         
     | 
| 
      
 482 
     | 
    
         
            +
                {
         
     | 
| 
      
 483 
     | 
    
         
            +
                  "_id": "page.checkanswers",
         
     | 
| 
      
 484 
     | 
    
         
            +
                  "url": "check-answers",
         
     | 
| 
      
 485 
     | 
    
         
            +
                  "_type": "page.checkanswers",
         
     | 
| 
      
 486 
     | 
    
         
            +
                  "_uuid": "05c1804f-0480-46bd-a5b6-24bfb59777ff",
         
     | 
| 
      
 487 
     | 
    
         
            +
                  "heading": "Check your answers",
         
     | 
| 
      
 488 
     | 
    
         
            +
                  "send_body": "By submitting this application you confirm that, to the best of your knowledge, the details you are providing are correct.",
         
     | 
| 
      
 489 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 490 
     | 
    
         
            +
             
     | 
| 
      
 491 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 492 
     | 
    
         
            +
                  "send_heading": "Now send your application",
         
     | 
| 
      
 493 
     | 
    
         
            +
                  "extra_components": [
         
     | 
| 
      
 494 
     | 
    
         
            +
             
     | 
| 
      
 495 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 496 
     | 
    
         
            +
                },
         
     | 
| 
      
 497 
     | 
    
         
            +
                {
         
     | 
| 
      
 498 
     | 
    
         
            +
                  "_id": "page.confirmation",
         
     | 
| 
      
 499 
     | 
    
         
            +
                  "url": "form-sent",
         
     | 
| 
      
 500 
     | 
    
         
            +
                  "_type": "page.confirmation",
         
     | 
| 
      
 501 
     | 
    
         
            +
                  "_uuid": "48c9878d-1ed2-4245-ad00-e79699ffcc35",
         
     | 
| 
      
 502 
     | 
    
         
            +
                  "heading": "Application complete",
         
     | 
| 
      
 503 
     | 
    
         
            +
                  "components": [
         
     | 
| 
      
 504 
     | 
    
         
            +
             
     | 
| 
      
 505 
     | 
    
         
            +
                  ]
         
     | 
| 
       577 
506 
     | 
    
         
             
                }
         
     | 
| 
       578 
507 
     | 
    
         
             
              ],
         
     | 
| 
       579 
508 
     | 
    
         
             
              "locale": "en",
         
     | 
| 
       580 
     | 
    
         
            -
              "created_at": "2023- 
     | 
| 
       581 
     | 
    
         
            -
              "created_by": " 
     | 
| 
       582 
     | 
    
         
            -
              "service_id": " 
     | 
| 
       583 
     | 
    
         
            -
              "version_id": " 
     | 
| 
       584 
     | 
    
         
            -
              "service_name": " 
     | 
| 
      
 509 
     | 
    
         
            +
              "created_at": "2023-09-29T12:42:09Z",
         
     | 
| 
      
 510 
     | 
    
         
            +
              "created_by": "7a215cc6-e2de-4ede-93a2-ed725df3758b",
         
     | 
| 
      
 511 
     | 
    
         
            +
              "service_id": "b16e93c9-5cca-44e1-b97f-588e951aa080",
         
     | 
| 
      
 512 
     | 
    
         
            +
              "version_id": "79835dab-2220-4820-b181-ee5e235b7f1d",
         
     | 
| 
      
 513 
     | 
    
         
            +
              "service_name": "hoho",
         
     | 
| 
       585 
514 
     | 
    
         
             
              "configuration": {
         
     | 
| 
       586 
515 
     | 
    
         
             
                "meta": {
         
     | 
| 
       587 
516 
     | 
    
         
             
                  "_id": "config.meta",
         
     | 
| 
         @@ -618,7 +547,7 @@ 
     | 
|
| 
       618 
547 
     | 
    
         
             
                  "url": "cookies",
         
     | 
| 
       619 
548 
     | 
    
         
             
                  "body": "This form saves small files (known as 'cookies') onto your device.\r\n \r\nCookies are used to:\r\n \r\n* remember your progress\r\n* measure how you use the form so it can be updated and improved based on your needs\r\n \r\nThese cookies are not used to identify you personally.\r\n \r\nYou will normally see a message on the form before we store a cookie on your computer. Essential cookies are necessary for the form to work but you can still complete the form if you choose not to accept analytics cookies.\r\n \r\nFind out more about [how to manage cookies](https://www.aboutcookies.org/).\r\n \r\n## Essential cookies\r\n \r\nEssential cookies are required to make this form work and keep your information secure while you use it.\r\n \r\nWe use the following essential cookies: \r\n \r\n| Name | Purpose | Expires |\r\n|---|---|---|\r\n| \\_fb\\_runner\\_session | Saves your current progress on this computer and tracks inactivity periods | After 30 minutes of inactivity or when you close your browser |\r\n| analytics | Remembers whether you accept or reject analytics cookies on this form | After 1 year |\r\n \r\n## Analytics cookies\r\n \r\nAnalytics cookies collect information about how you use this form. This helps us make sure the form is meeting the needs of its users and to help us make improvements.\r\n \r\nWe use Google Analytics to learn about:\r\n \r\n* the pages you visit\r\n* how long you spend on each page\r\n* how you got to the form\r\n* what you click on while you are using the form\r\n \r\nWe do not collect or store your personal information (for example your name or address) so this information can't be used to identify who you are. We do not allow third parties to use or share our analytics data.\r\n \r\nThis form may use different versions of Google Analytics and could save some or all of the following cookies:\r\n \r\n| Name | Purpose | Expires |\r\n|---|---|---|\r\n| \\_ga | Helps us count how many people visit this form | 2 years |\r\n| \\_gid | Helps us count how many people visit this form | 1 day   |\r\n| \\_ga\\_\\<container-id> | Used to persist session state | 2 years |\r\n| \\_gac\\_gb\\_\\<container-id> | Contains campaign-related information | 90 days |\r\n| \\_gat | Used to throttle request rate | 1 minute |\r\n| \\_dc\\_gtm\\_\\<property-id>| Used to throttle request rate | 1 minute |\r\n| AMP\\_TOKEN | Contains a token that can be used to retrieve a Client ID from AMP Client ID service | 30 seconds to 1 year |\r\n| \\_gac\\_\\<property-id> | Contains campaign related information | 90 days |\r\n \r\nYou can use a browser addon to [opt out of Google Analytics cookies](https://tools.google.com/dlpage/gaoptout) on all websites.",
         
     | 
| 
       620 
549 
     | 
    
         
             
                  "_type": "page.standalone",
         
     | 
| 
       621 
     | 
    
         
            -
                  "_uuid": " 
     | 
| 
      
 550 
     | 
    
         
            +
                  "_uuid": "7489dfc3-e5d3-4202-91e7-90c6eed8d6fd",
         
     | 
| 
       622 
551 
     | 
    
         
             
                  "heading": "Cookies",
         
     | 
| 
       623 
552 
     | 
    
         
             
                  "components": [
         
     | 
| 
       624 
553 
     | 
    
         | 
| 
         @@ -627,9 +556,9 @@ 
     | 
|
| 
       627 
556 
     | 
    
         
             
                {
         
     | 
| 
       628 
557 
     | 
    
         
             
                  "_id": "page.privacy",
         
     | 
| 
       629 
558 
     | 
    
         
             
                  "url": "privacy",
         
     | 
| 
       630 
     | 
    
         
            -
                  "body": "[[Guidance notes on completing this notice](https://intranet.justice.gov.uk/documents/2018/03/privacy-notice-guidance.pdf) - delete before publishing]\r\n\r\n##[Name of your form or service]\r\n\r\nThe Ministry of Justice (MoJ) is committed to the protection and security of your personal information.\r\n\r\nIt is important that you read this notice so that you are aware of how and why we are using such information. This privacy notice describes how we collect and use personal information during and after your relationship with us, in accordance with data protection law. \r\n\r\n[Insert name – delete if not an EA or ALB] is an Executive Agency/Arm’s Length Body of the MoJ. MoJ is the data controller for the personal data used for the purposes of [Insert overarching purpose].\r\n\r\n###The type of personal data we process\r\n\r\nWe currently collect and use the following information:\r\n\r\n[list the type of personal data used e.g. name, address, contact details etc]\r\n\r\nWe also collect special categories of information, such as [delete this section if not applicable]:\r\n\r\n* race or ethnicity \r\n* political opinions\r\n* religious or philosophical beliefs\r\n* trade union membership\r\n* health, sex life or sexual orientation \r\n* genetics or biometrics\r\n* criminal convictions\r\n\r\n\r\n###How we get your personal data and why we have it\r\n\r\nMost of the personal information we process is provided to us directly by you for one of the following reasons: [List reasons e.g. providing an online service]\r\n\r\nWe also receive personal information indirectly, from the following sources in the following scenarios: [Include details of the source of the personal data unless the data is collected directly from the data subject]\r\n\r\nWe use the personal data we receive in order to: [list how you use the personal data] \r\n\r\nWe may share this information with: [enter organisations or individuals]\r\n\r\nUnder the UK General Data Protection Regulation (UK GDPR), the lawful bases we rely on for processing this information are: [delete as appropriate]\r\n\r\n* Your consent. You may withdraw your consent at any time by contacting [enter contact details].\r\n* We have a contractual obligation.\r\n* We have a legal obligation.\r\n* We have a vital interest.\r\n* We need it to perform a public task.\r\n* We have a legitimate interest.\r\n\r\n[Explain the purpose and lawful basis for processing the personal data you collect. If lawful basis is a legal obligation or public task, explain what this is e.g. refer to legislation or policy.]  \r\n\r\nThe legal bases on which the MoJ processes special categories of information you have provided, is on the basis of: [delete this section if not applicable]\r\n\r\n* Your explicit consent. You may withdraw your consent at any time by contacting [insert contact details].\r\n* The processing being necessary for the MoJ in the field of employment, social security and social protection law.\r\n* The information being manifestly made public by you.\r\n* The processing being necessary for the establishment, exercise or defence of legal claims.\r\n* The substantial public interest in the MoJ [tailor as required and choose relevant [substantial public interest condition](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/special-category-data/what-are-the-substantial-public-interest-conditions/)]. \r\n* The processing is necessary for historical research purposes/statistical purposes.\r\n\r\n###International data transfers\r\n\r\n[Delete one of the following paragraphs as appropriate]\r\n\r\nPersonal data is transferred to [insert name of country] for the purpose of [insert purpose]. This international transfer complies with UK data protection law [delete as appropriate].\r\n\r\n\r\nThere are no international transfers.\r\n\r\n###How we store your personal data\r\n\r\n[set out how long the information is retained, or the criteria used to determine how long the information is retained]\r\n\r\nPersonal data is stored securely and in accordance with our data retention schedule [insert link to the schedule or details of retention periods]. At the end of this period your data is [insert with it is retained as a public record or whether it is disposed of].\r\n\r\n###Your rights\r\n\r\n[This section lists all data subject rights found in the UKGDPR and the Data Protection Act 2018. You should only include those relevant to your lawful basis for processing. [Find out more about which rights apply and when](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/individual-rights/)]\r\n\r\n* Your right of access - You have the right to ask us for copies of your personal information. \r\n* Your right to rectification - You have the right to ask us to rectify personal information you think is inaccurate. You also have the right to ask us to complete information you think is incomplete. \r\n* Your right to erasure - You have the right to ask us to erase your personal information in certain circumstances. \r\n* Your right to restriction of processing - You have the right to ask us to restrict the processing of your personal information in certain circumstances. \r\n* Your right to object to processing - You have the right to object to the processing of your personal information in certain circumstances. \r\n* Your right to data portability - You have the right to ask that we transfer the personal information you gave us to another organisation, or to you, in certain circumstances. \r\n\r\nDepending on the lawful basis on which your personal data is being processed, not all rights will apply.\r\n\r\nYou are not required to pay any charge for exercising your rights. If you make a request, we have one month to respond to you. If you wish to exercise your data protection rights please contact one of these teams.\r\n\r\nIf you have ever been convicted of a criminal offence, contact:\r\n\r\n\r\nBranston Registry<br> \r\nBuilding 16, S & T Store<br> \r\nBurton Road<br>\r\nBranston<br>\r\nBurton-on-Trent<br> \r\nStaffordshire<br>\r\nDE14 3EG\r\nEmail: <data.access1@justice.gov.uk>\r\n\r\nOtherwise, contact:\r\n\r\n\r\nDisclosure Team<br>\r\nPost point 10.38<br>\r\n102 petty France<br>\r\nLondon<br>\r\nSW1H 9AJ\r\nEmail: <data.access@justice.gov.uk> \r\n\r\n###How to complain\r\n\r\nIf you have any concerns about our use of your personal data, you can contact the MoJ data protection officer:\r\n\r\nData Protection Officer<br>\r\nMinistry of Justice<br>\r\n3rd Floor, Post Point 3.20<br>\r\n10 South Colonnades<br>\r\nCanary Wharf<br>\r\nLondon<br>\r\nE14 4PU\r\n\r\nEmail: <dpo@justice.gov.uk> \r\n\r\n\r\nYou can also complain to the Information Commissioner’s Office (ICO) if you are unhappy with how we have used your data:\r\n\r\n\r\nInformation Commissioner’s Office<br>\r\nWycliffe House<br>\r\nWater Lane<br>\r\nWilmslow<br>\r\nCheshire<br>\r\nSK9 5AF\r\n\r\nTelephone: 0303 123 1113<br>\r\n[ICO website](https://www.ico.org.uk)\r\n\r\nDate of last review: [Insert publication or update date]",
         
     | 
| 
      
 559 
     | 
    
         
            +
                  "body": "[[Guidance notes on completing this notice](https://intranet.justice.gov.uk/documents/2018/03/privacy-notice-guidance.pdf) - delete before publishing]\r\n\r\n## [Name of your form or service]\r\n\r\nThe Ministry of Justice (MoJ) is committed to the protection and security of your personal information.\r\n\r\nIt is important that you read this notice so that you are aware of how and why we are using such information. This privacy notice describes how we collect and use personal information during and after your relationship with us, in accordance with data protection law. \r\n\r\n[Insert name – delete if not an EA or ALB] is an Executive Agency/Arm’s Length Body of the MoJ. MoJ is the data controller for the personal data used for the purposes of [Insert overarching purpose].\r\n\r\n### The type of personal data we process\r\n\r\nWe currently collect and use the following information:\r\n\r\n[list the type of personal data used e.g. name, address, contact details etc]\r\n\r\nWe also collect special categories of information, such as [delete this section if not applicable]:\r\n\r\n* race or ethnicity \r\n* political opinions\r\n* religious or philosophical beliefs\r\n* trade union membership\r\n* health, sex life or sexual orientation \r\n* genetics or biometrics\r\n* criminal convictions\r\n\r\n\r\n### How we get your personal data and why we have it\r\n\r\nMost of the personal information we process is provided to us directly by you for one of the following reasons: [List reasons e.g. providing an online service]\r\n\r\nWe also receive personal information indirectly, from the following sources in the following scenarios: [Include details of the source of the personal data unless the data is collected directly from the data subject]\r\n\r\nWe use the personal data we receive in order to: [list how you use the personal data] \r\n\r\nWe may share this information with: [enter organisations or individuals]\r\n\r\nUnder the UK General Data Protection Regulation (UK GDPR), the lawful bases we rely on for processing this information are: [delete as appropriate]\r\n\r\n* Your consent. You may withdraw your consent at any time by contacting [enter contact details].\r\n* We have a contractual obligation.\r\n* We have a legal obligation.\r\n* We have a vital interest.\r\n* We need it to perform a public task.\r\n* We have a legitimate interest.\r\n\r\n[Explain the purpose and lawful basis for processing the personal data you collect. If lawful basis is a legal obligation or public task, explain what this is e.g. refer to legislation or policy.]  \r\n\r\nThe legal bases on which the MoJ processes special categories of information you have provided, is on the basis of: [delete this section if not applicable]\r\n\r\n* Your explicit consent. You may withdraw your consent at any time by contacting [insert contact details].\r\n* The processing being necessary for the MoJ in the field of employment, social security and social protection law.\r\n* The information being manifestly made public by you.\r\n* The processing being necessary for the establishment, exercise or defence of legal claims.\r\n* The substantial public interest in the MoJ [tailor as required and choose relevant [substantial public interest condition](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/special-category-data/what-are-the-substantial-public-interest-conditions/)]. \r\n* The processing is necessary for historical research purposes/statistical purposes.\r\n\r\n### International data transfers\r\n\r\n[Delete one of the following paragraphs as appropriate]\r\n\r\nPersonal data is transferred to [insert name of country] for the purpose of [insert purpose]. This international transfer complies with UK data protection law [delete as appropriate].\r\n\r\n\r\nThere are no international transfers.\r\n\r\n### How we store your personal data\r\n\r\n[set out how long the information is retained, or the criteria used to determine how long the information is retained]\r\n\r\nPersonal data is stored securely and in accordance with our data retention schedule [insert link to the schedule or details of retention periods]. At the end of this period your data is [insert with it is retained as a public record or whether it is disposed of].\r\n\r\n### Your rights\r\n\r\n[This section lists all data subject rights found in the UKGDPR and the Data Protection Act 2018. You should only include those relevant to your lawful basis for processing. [Find out more about which rights apply and when](https://ico.org.uk/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr/individual-rights/)]\r\n\r\n* Your right of access - You have the right to ask us for copies of your personal information. \r\n* Your right to rectification - You have the right to ask us to rectify personal information you think is inaccurate. You also have the right to ask us to complete information you think is incomplete. \r\n* Your right to erasure - You have the right to ask us to erase your personal information in certain circumstances. \r\n* Your right to restriction of processing - You have the right to ask us to restrict the processing of your personal information in certain circumstances. \r\n* Your right to object to processing - You have the right to object to the processing of your personal information in certain circumstances. \r\n* Your right to data portability - You have the right to ask that we transfer the personal information you gave us to another organisation, or to you, in certain circumstances. \r\n\r\nDepending on the lawful basis on which your personal data is being processed, not all rights will apply.\r\n\r\nYou are not required to pay any charge for exercising your rights. If you make a request, we have one month to respond to you. If you wish to exercise your data protection rights please contact one of these teams.\r\n\r\nIf you have ever been convicted of a criminal offence, contact:\r\n\r\n\r\nBranston Registry<br> \r\nBuilding 16, S & T Store<br> \r\nBurton Road<br>\r\nBranston<br>\r\nBurton-on-Trent<br> \r\nStaffordshire<br>\r\nDE14 3EG\r\nEmail: <data.access1@justice.gov.uk>\r\n\r\nOtherwise, contact:\r\n\r\n\r\nDisclosure Team<br>\r\nPost point 10.38<br>\r\n102 petty France<br>\r\nLondon<br>\r\nSW1H 9AJ\r\nEmail: <data.access@justice.gov.uk> \r\n\r\n### How to complain\r\n\r\nIf you have any concerns about our use of your personal data, you can contact the MoJ data protection officer:\r\n\r\nData Protection Officer<br>\r\nMinistry of Justice<br>\r\n3rd Floor, Post Point 3.20<br>\r\n10 South Colonnades<br>\r\nCanary Wharf<br>\r\nLondon<br>\r\nE14 4PU\r\n\r\nEmail: <dpo@justice.gov.uk> \r\n\r\n\r\nYou can also complain to the Information Commissioner’s Office (ICO) if you are unhappy with how we have used your data:\r\n\r\n\r\nInformation Commissioner’s Office<br>\r\nWycliffe House<br>\r\nWater Lane<br>\r\nWilmslow<br>\r\nCheshire<br>\r\nSK9 5AF\r\n\r\nTelephone: 0303 123 1113<br>\r\n[ICO website](https://www.ico.org.uk)\r\n\r\nDate of last review: [Insert publication or update date]",
         
     | 
| 
       631 
560 
     | 
    
         
             
                  "_type": "page.standalone",
         
     | 
| 
       632 
     | 
    
         
            -
                  "_uuid": " 
     | 
| 
      
 561 
     | 
    
         
            +
                  "_uuid": "1f2d960f-85fd-4873-b9d0-8bee80c5b990",
         
     | 
| 
       633 
562 
     | 
    
         
             
                  "heading": "Privacy notice",
         
     | 
| 
       634 
563 
     | 
    
         
             
                  "components": [
         
     | 
| 
       635 
564 
     | 
    
         | 
| 
         @@ -638,9 +567,9 @@ 
     | 
|
| 
       638 
567 
     | 
    
         
             
                {
         
     | 
| 
       639 
568 
     | 
    
         
             
                  "_id": "page.accessibility",
         
     | 
| 
       640 
569 
     | 
    
         
             
                  "url": "accessibility",
         
     | 
| 
       641 
     | 
    
         
            -
                  "body": "This accessibility statement applies to [describe your form here - for example, the general enquiries form for the CICA]. There is a separate [accessibility statement for the main GOV.UK website](https://www.gov.uk/help/accessibility-statement).\r\n\r\n###Using this online form\r\n\r\nThis form was built using MoJ Forms, a tool developed by the Ministry of Justice, and uses components from the [GOV.UK Design System](https://design-system.service.gov.uk/).\r\n\r\n[insert your organisation here] is responsible for the content of this online form. The Ministry of Justice is responsible for its technical aspects.\r\n\r\nWe want as many people as possible to be able to use this online form. For example, that means you should be able to:\r\n\r\n- change colours, contrast levels and fonts\r\n- zoom in up to 300% without the text spilling off the screen\r\n- navigate the form using just a keyboard\r\n- navigate the form using speech recognition software\r\n- listen to the form using a screen reader (including recent versions of JAWS, NVDA and VoiceOver)\r\n\r\nWe’ve also made the text as simple as possible to understand.\r\n\r\n[AbilityNet](https://mcmw.abilitynet.org.uk/) has advice on making your device easier to use if you have a disability.\r\n\r\n###Feedback and contact information\r\n\r\nIf you need information on this website in a different format:\r\n\r\n[insert your contact details for user requests here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\nWe'll consider your request and get back to you in [add your SLA - e.g. a week or 5 working days].\r\n\r\n###Reporting accessibility problems with this form\r\n\r\nWe’re always looking to improve the accessibility of this form. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, contact:\r\n\r\n[insert your contact details for user feedback here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\n###Enforcement procedure\r\n\r\nThe Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the ‘accessibility regulations’). If you’re not happy with how we respond to your complaint, contact the [Equality Advisory and Support Service (EASS)](https://www.equalityadvisoryservice.com/).\r\n\r\n###Technical information about this online form’s accessibility\r\n\r\nWe are committed to making our online forms and services accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n\r\n####Compliance status\r\n\r\nThis online form is fully compliant with the [Web Content Accessibility Guidelines version 2.1 AA standard](https://www.w3.org/TR/WCAG21/)\r\n\r\n###Preparation of this accessibility statement\r\n\r\nThis statement was prepared on [date when it was first published]. It was last reviewed on [date when it was last reviewed].\r\n\r\nThis form was last tested on [date when you performed your basic accessibility check].\r\n\r\nIn order to test the compliance of all forms built using the MoJ Forms tool, the Ministry of Justice commissioned The Digital Accessibility Centre (DAC) to carry out a WCAG 2.1 AA level audit of a sample form. This included extensive testing by users with a wide range of disabilities. The audit was performed on 8 April 2021. The audit highlighted a number of non-compliance issues which were fixed on 11 May 2021.\r\n\r\nIn addition, this form was tested by [insert team or organisation here]. It was tested using the [WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/) following guidance from the Ministry of Justice and the Government Digital Service (GDS).\r\n\r\n###What we’re doing to improve accessibility\r\n\r\nWe will monitor the accessibility of this website on an ongoing basis and fix any accessibility issues reported to us.",
         
     | 
| 
      
 570 
     | 
    
         
            +
                  "body": "This accessibility statement applies to [describe your form here - for example, the general enquiries form for the CICA]. There is a separate [accessibility statement for the main GOV.UK website](https://www.gov.uk/help/accessibility-statement).\r\n\r\n### Using this online form\r\n\r\nThis form was built using MoJ Forms, a tool developed by the Ministry of Justice, and uses components from the [GOV.UK Design System](https://design-system.service.gov.uk/).\r\n\r\n[insert your organisation here] is responsible for the content of this online form. The Ministry of Justice is responsible for its technical aspects.\r\n\r\nWe want as many people as possible to be able to use this online form. For example, that means you should be able to:\r\n\r\n- change colours, contrast levels and fonts\r\n- zoom in up to 300% without the text spilling off the screen\r\n- navigate the form using just a keyboard\r\n- navigate the form using speech recognition software\r\n- listen to the form using a screen reader (including recent versions of JAWS, NVDA and VoiceOver)\r\n\r\nWe’ve also made the text as simple as possible to understand.\r\n\r\n[AbilityNet](https://mcmw.abilitynet.org.uk/) has advice on making your device easier to use if you have a disability.\r\n\r\n### Feedback and contact information\r\n\r\nIf you need information on this website in a different format:\r\n\r\n[insert your contact details for user requests here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\nWe'll consider your request and get back to you in [add your SLA - e.g. a week or 5 working days].\r\n\r\n### Reporting accessibility problems with this form\r\n\r\nWe’re always looking to improve the accessibility of this form. If you find any problems not listed on this page or think we’re not meeting accessibility requirements, contact:\r\n\r\n[insert your contact details for user feedback here - add other channels, such as text phones or Relay UK, as required]\r\n\r\n- email: [your email address]\r\n- call: [your telephone number]\r\n- [Hours - e.g. Monday to Friday, 9am to 5pm]\r\n\r\n### Enforcement procedure\r\n\r\nThe Equality and Human Rights Commission (EHRC) is responsible for enforcing the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018 (the ‘accessibility regulations’). If you’re not happy with how we respond to your complaint, contact the [Equality Advisory and Support Service (EASS)](https://www.equalityadvisoryservice.com/).\r\n\r\n### Technical information about this online form’s accessibility\r\n\r\nWe are committed to making our online forms and services accessible, in accordance with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n\r\n#### Compliance status\r\n\r\nThis online form is fully compliant with the [Web Content Accessibility Guidelines version 2.1 AA standard](https://www.w3.org/TR/WCAG21/)\r\n\r\n### Preparation of this accessibility statement\r\n\r\nThis statement was prepared on [date when it was first published]. It was last reviewed on [date when it was last reviewed].\r\n\r\nThis form was last tested on [date when you performed your basic accessibility check].\r\n\r\nIn order to test the compliance of all forms built using the MoJ Forms tool, the Ministry of Justice commissioned The Digital Accessibility Centre (DAC) to carry out a WCAG 2.1 AA level audit of a sample form. This included extensive testing by users with a wide range of disabilities. The audit was performed on 8 April 2021. The audit highlighted a number of non-compliance issues which were fixed on 11 May 2021.\r\n\r\nIn addition, this form was tested by [insert team or organisation here]. It was tested using the [WAVE Web Accessibility Evaluation Tool](https://wave.webaim.org/) following guidance from the Ministry of Justice and the Government Digital Service (GDS).\r\n\r\n### What we’re doing to improve accessibility\r\n\r\nWe will monitor the accessibility of this website on an ongoing basis and fix any accessibility issues reported to us.",
         
     | 
| 
       642 
571 
     | 
    
         
             
                  "_type": "page.standalone",
         
     | 
| 
       643 
     | 
    
         
            -
                  "_uuid": " 
     | 
| 
      
 572 
     | 
    
         
            +
                  "_uuid": "6c466408-a37a-4a40-9341-9ad3f825b96f",
         
     | 
| 
       644 
573 
     | 
    
         
             
                  "heading": "Accessibility statement",
         
     | 
| 
       645 
574 
     | 
    
         
             
                  "components": [
         
     | 
| 
       646 
575 
     | 
    
         |