From 4a6b1411d1bc984654890969fe9854994cc80497 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 19 Apr 2018 11:30:36 -0400 Subject: [PATCH] Updating form Add text for checkbox description. --- Toolkit/Contacts/ServiceRequest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Toolkit/Contacts/ServiceRequest.php b/Toolkit/Contacts/ServiceRequest.php index 01043c9..1802a4f 100755 --- a/Toolkit/Contacts/ServiceRequest.php +++ b/Toolkit/Contacts/ServiceRequest.php @@ -311,6 +311,16 @@ class Toolkit_Contacts_ServiceRequest 'name' => 'completion_date', 'display' => 'Desired Completion Date' ); + $e[] = array( + 'type' => 'header', + 'name' => 'serviceHdr_rmv', + 'display' => 'Following is a list of possible maintenance considerations. Please indicate all + services you require by checking the space in the left hand column. We have standard procedures + allocated to each of these items, so please be specific if there is something you do not want done. + Additional instructions or notes can be added on the back of this form. +
We would also be happy to discuss anticipated work and offer recommendations. + ' + ); $workTypes = array( '
Boat
' => array( array( -- 2.17.1