From: Steve Sutton Date: Fri, 22 Jan 2016 16:40:53 +0000 (-0500) Subject: Adding email field to the plugin X-Git-Tag: v1.0.3^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4c1d48d885844e9fe5e7aebf7754a9dc92c31239;p=WP-Plugins%2Fglm-simple-messageboard.git Adding email field to the plugin --- diff --git a/controllers/Admin.php b/controllers/Admin.php index 1f6df54..10fe3f4 100644 --- a/controllers/Admin.php +++ b/controllers/Admin.php @@ -273,6 +273,11 @@ class Glmclientinfo_Admin_Controller 'label' => 'Zip 2', 'type' => 'text' ), + array( + 'name' => 'email', + 'label' => 'Email', + 'type' => 'text' + ), array( 'name' => 'phone', 'label' => 'Phone',