update recordid to contact_id
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 14 May 2019 19:21:31 +0000 (15:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 14 May 2019 19:21:31 +0000 (15:21 -0400)
for import

views/admin/leads/import.html

index 3ffbecd..85e48f9 100644 (file)
                         <li>Phone 2</li>
                         <li>Fax</li>
                     </ol>
-                    <p>The recordid field is used to properly update the correct contact.</p>
+                    <p>The contact_id field is used to properly update the correct contact.</p>
                     <p>Your results will be displayed once the file has been uploaded and database is updated.</p>
                     <p style="font-weight:bold">Sample header of file to be imported</p>
-                    <p>recordid,fname,lname,email,addr1,addr2,city,state,zip,country,phone,phone2,fax</p>
+                    <p>contact_id,fname,lname,email,addr1,addr2,city,state,zip,country,phone,phone2,fax</p>
                     <p style="font-weight:bold">You can have more fields but these are required in the file</p>
                 </td>
             </tr>