Adding email field to the plugin
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Jan 2016 16:40:53 +0000 (11:40 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 22 Jan 2016 16:40:53 +0000 (11:40 -0500)
controllers/Admin.php

index 1f6df54..10fe3f4 100644 (file)
@@ -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',