Releases: hmrc/gform-frontend
0.1799.0
0.1798.0
Release : gform-frontend 0.1798.0
Last commit sha : 50b7b47
Last commit author : Josef Vlach
Last commit time : 2024-10-29T11:24:33Z
GFORMS-2968 - Add the ability to define an instruction PDF without ha… (#2302)
{
"_id": "instruction-pdf",
"formName": "Instruction pdf",
"description": "",
"version": 1,
"acknowledgementSection": {
"title": "Acknowledgement Page",
"fields": []
},
"destinations": [
{
"id": "HMRCDMS",
"type": "hmrcDms",
"dmsFormId": "TST123",
"customerId": "${choiceBasic}",
"classificationType": "BT-NRU-Environmental",
"businessArea": "FinanceOpsCorpT",
"roboticsXml": true,
"instructionPdfFields": "all"
}
],
"authConfig": {
"authModule": "anonymous"
},
"sections": [
{
"title": "Instruction PDF - For operator eyes only!",
"includeIf": "${form.phase.is.instructionPDF}",
"fields": [
{
"id": "instructionAbc",
"label": "Instruction Abc",
"type": "text",
"format": "text",
"value": "${'instructionAbc'}",
"submitMode": "readonly",
"instruction": {
"name": "Data for operator",
"order": 1
}
}
]
},
{
"title": "Page A",
"fields": [
{
"id": "myCountry",
"label": "Select country",
"type": "text",
"format": "lookup(country)",
"instruction": {
"name": "Data A",
"order": 11
}
}
]
},
{
"title": "Page A ${myCountry.column.CountryCode}",
"fields": [
{
"id": "choiceBasic",
"type": "choice",
"label": "Basic choice",
"notPII": true,
"value": "1",
"choices": [
{
"value": "bar",
"en": "No",
"cy": "Na"
},
{
"value": "foo",
"en": "Yes",
"cy": "Iawn"
}
],
"instruction": {
"name": "Data B",
"order": 2
}
}
]
},
{
"title": "Page B '${choiceBasic}'",
"includeIf": "${choiceBasic contains 'foo'}",
"fields": [
{
"id": "dummy",
"type": "text",
"label": "Dummy B",
"format": "shortText",
"instruction": {
"name": "Data C",
"order": 3
}
}
]
},
{
"title": "Page C '${choiceBasic}'",
"includeIf": "${choiceBasic contains 'bar'}",
"fields": [
{
"id": "dummyC",
"type": "text",
"label": "Dummy C",
"format": "shortText",
"instruction": {
"name": "Data D",
"order": 4
}
}
]
}
]
}
0.1797.0
0.1796.0
0.1779.3
0.1795.0
Release : gform-frontend 0.1795.0
Last commit sha : 178de10
Last commit author : Dursun Gundogan
Last commit time : 2024-10-25T13:16:18Z
GFORMS-2998 - Production Issue-The PDF is not sending the full address and only one line. It used to send the full address line by line but now shows only on line. Specifically contact address (#2298)
0.1779.2
Release : gform-frontend 0.1779.2
Last commit sha : a7b09ab
Last commit author : Dursun Gundogan
Last commit time : 2024-10-25T09:55:41Z
GFORMS-2998 - Production Issue-The PDF is not sending the full address and only one line. It used to send the full address line by line but now shows only on line. Specifically contact address