Skip to content
Merged

Update #4338

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
"type": "button",
"category": "non-data"
},
{
"name": "prankCall",
"label": "Prank Call",
"type": "button",
"category": "non-data"
},
{
"name": "sexualGratifierCall",
"label": "Sexual Gratifier",
"type": "button",
"category": "non-data"
},
{
"name": "questions",
"label": "Questions/Resources",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125294,10 +125294,6 @@
"label": "Yoder"
}
]
},
"required": {
"value": true,
"message": "RequiredFieldError"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
{
"type": "checkbox",
"name": "termsAndConditions",
"label": "I accept the <a href=\"https://promiseresourcenetwork.org/\" target=\"_blank\">Terms and Conditions</a>",
"label": "I accept the <a href=\"https://promiseresourcenetwork.org/warmline-terms-of-service/\" target=\"_blank\">Terms and Conditions</a>",
"required": {
"value": true,
"message": "Sorry, if you don't accept our terms and conditions we can't provide support to you."
Expand Down
Loading