From 109b56669048dc48a640f2d08d4ba41ef3a0f2a9 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 19 Dec 2014 15:43:45 -0500 Subject: [PATCH] updates for text take care of notice in form template add traverse city to the locations update grid sizes for the elements in that row --- config/settings1.php | 8 ++++++-- views/front/formTemplate.php | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/settings1.php b/config/settings1.php index 56df04d..f2afda6 100644 --- a/config/settings1.php +++ b/config/settings1.php @@ -319,7 +319,7 @@ $location_preference = [ 'type' => 'checkbox', 'name' => 'location_preference', 'label' => 'Location Preference', - 'grid' => 6, + 'grid' => 8, 'req' => false, 'opts' => [[ 'name' => 'location_preference_petoskey', @@ -333,13 +333,17 @@ $location_preference = [ 'name' => 'location_preference_gaylord', 'label' => 'Gaylord', 'value' => 'Gaylord' + ],[ + 'name' => 'location_preference_traverse', + 'label' => 'Traverse City', + 'value' => 'Traverse City' ]] ]; $do_you_have_building_exp = [ 'type' => 'radio', 'name' => 'do_you_have_building_exp', 'label' => 'Do you have experience in the building industry?', - 'grid' => 6, + 'grid' => 4, 'req' => true, 'opts' => [[ 'name' => 'do_you_have_building_exp_yes', diff --git a/views/front/formTemplate.php b/views/front/formTemplate.php index 98802be..b3c5728 100644 --- a/views/front/formTemplate.php +++ b/views/front/formTemplate.php @@ -105,7 +105,9 @@ type="radio" value="" /> -- 2.17.1