Add required fields for member csv import
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Jul 2017 19:54:20 +0000 (15:54 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Jul 2017 19:54:20 +0000 (15:54 -0400)
Adding the required fields for the member csv import for the contact.

setup/adminTabs.php

index ad8f0f6..127031d 100644 (file)
@@ -108,7 +108,7 @@ if (current_user_can('glm_members_management')) {
                 'id'      => 'glm-member-db-import-help-contacts',
                 'title'   => __( 'Member Contacts' ),
                 'content' => '<p>' . __( 'Follow the Sample File provided in creating the file for member contact import.
-                Each record must have the following fields. <ul><li>member_id</li><li>member_name</li><li>member_login</li>
+                Each record must have the following fields. <h3>Required Fields</h3><ul><li>member_id</li><li>member_name</li><li>member_login</li>
                 <li>member_passwd</li><li>member_email</li></ul>' )  . '</p>'
             );
             return $helpTabs;