| Doc. Number | Article Title | Effective Date | Version |
| FHC-XX | Testing Data Sources | March 05, 2026 | 2.0 |
This article outlines the steps for testing data sources within the FORTH CRM.
Overview
Testing your data sources ensures that leads from external vendors or web forms transfer into the FORTH CRM accurately. This allows you to verify your connection URL and field mapping without involving the webform or marketing company/lead vendor. By performing these tests, you reduce the risk of lost lead data, save time on manual troubleshooting, and confirm that your system is ready to receive new business.
This capability may also be used to troubleshoot if you are having a problem with the post in the CRM or if the issue is on the lead poster’s end.
How to Access
To begin testing, you must first locate the unique Post URL for the data source you wish to verify.
Log in to the FORTH CRM.
Click the Contacts tab and select Data Sources.
Select the specific Data Source you want to test from the dropdown menu at the top left of the page.
Click Edit.
Locate the Post URL displayed at the top of the page and the Import Fields section further down the page.
How it Works
Copy the Post URL: Highlight and copy the entire URL found at the top of your Data Source page.
-
Format the Test Data: You must add test information to the end of the URL. After the final forward slash (
/), add a question mark (?) followed by the field names and the values you want to test (see example below). Use an ampersand (&) to separate each field.Example Format: "?[FieldName1]=Value&[FieldName2]=Value&[FieldName3]=Value&….”.
Finalize the URL: Ensure the field names exactly match the labels listed on the left side of your Import Fields section.
The POST URL will look like below when importing a lead with the following information inputted for each field.
FirstName = Test
LastName = Testing
Phone = 555-555-5555
State = IL
Below is how the URL will look for testing.
https://client.forthcrm.com/post/3c94a5a810be14575db09dc75569f9c7821e0331/?FirstName=Test&LastName=Testing&Phone=555-555-5555&State=IL
Run the Test: Paste the complete, formatted URL into your web browser's address bar as if visiting a webpage (see below), and press Enter.
-
Confirm Success: The browser will display a "Success" banner followed by a unique identification number.
Note: If you receive an error, check that the field names in your URL match the CRM field names exactly.
Verify the Contact: Copy the identification number (this is the customer ID) provided in the success message. Go to the Contacts tab in the CRM and paste the number into the search bar to view the newly created test lead.
Assistance
For further assistance, please reach out to support@setforth.com
Article Version History:
| Version | Effective Date | Description |
| Basic | 12/26/2016 | Initial Release |
| 1.0 | 04/26/2021 | Updated title, subject matter updates performed |
| 1.1 | 01/02/2023 | Added header and Version Control footer; Edited screenshots for better readability; No subject matter updates. |
| 1.2 | 05/01/2023 | Updated screenshot and sample language with references to outdated URL; |
| 1.3 | 04/30/2024 | Refreshed all screenshots to improve readability and provide more up-to-date examples. |
| 1.4 | 04/28/2025 | Refreshed initial screenshots to improve readability. No subject matter updates were made. |
| 1.5 | 03/05/2026 | Updated the structure of the article to be easier to comprehend. Provided updated screenshots where needed to reflect user interface updates. |