Browse Source

Move property reference question into About this log section (#188)

pull/189/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
b2783903fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      config/forms/2021_2022.json

27
config/forms/2021_2022.json

@ -160,6 +160,20 @@
},
"depends_on": { "gdpr_acceptance": "Yes", "sale_or_letting": "Letting" }
},
"property_reference": {
"header": "",
"description": "",
"questions": {
"propcode": {
"check_answer_label": "Property reference",
"header": "What’s the property reference?",
"hint_text": "This is how you refer to the property in your own systems.",
"type": "text",
"width": 10
}
},
"depends_on": { "gdpr_acceptance": "Yes" }
},
"sale_completion_date": {
"header": "",
"description": "",
@ -1092,19 +1106,6 @@
"label": "Property information",
"depends_on": { "about_this_log": "completed" },
"pages": {
"property_reference": {
"header": "",
"description": "",
"questions": {
"propcode": {
"check_answer_label": "Property reference",
"header": "What’s the property reference?",
"hint_text": "This is how you refer to the property in your own systems.",
"type": "text",
"width": 10
}
}
},
"property_postcode": {
"header": "",
"description": "",

Loading…
Cancel
Save