Browse Source

Add referral value check to 2022

pull/1910/head
Kat 3 years ago
parent
commit
28bec2b82f
  1. 40
      config/forms/2022_2023.json

40
config/forms/2022_2023.json

@ -7223,6 +7223,46 @@
"renewal": 0
}
]
},
"referral_value_check": {
"depends_on": [
{
"la_referral_for_general_needs?": true
}
],
"title_text": {
"translation": "soft_validations.referral.title_text"
},
"informative_text": {
"translation": "soft_validations.referral.hint_text",
"arguments": []
},
"questions": {
"referral_value_check": {
"check_answer_label": "Referral confirmation",
"hidden_in_check_answers": {
"depends_on": [
{
"referral_value_check": 0
},
{
"referral_value_check": 1
}
]
},
"header": "Are you sure?",
"type": "interruption_screen",
"answer_options": {
"0": {
"value": "Yes"
},
"1": {
"value": "No"
}
}
}
},
"interruption_screen_question_ids": ["needstype", "referral"]
}
}
}

Loading…
Cancel
Save