Skip to content

Commit 57c6514

Browse files
committed
Added validation
1 parent e4b419b commit 57c6514

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

runner/src/server/forms/order-a-radon-home-test-kit.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,12 @@
498498
},
499499
{
500500
"name": "DZHYLU",
501-
"options": {"hideTitle": true},
501+
"options": {
502+
"hideTitle": true,
503+
"customValidationMessages": {
504+
"any.required": "Select Yes if this is the address you want you kit to be delivered to"
505+
}
506+
},
502507
"type": "YesNoField",
503508
"title": "Is this the address you want the kit delivered to?"
504509
},

0 commit comments

Comments
 (0)