When installing the Send2CRM JavaScript library on the website, you must specify the location of the script file.
Option 1: self-hosted
Download a copy of the Send2CRM client, and save it to a publicly accessible location on the web server.
Use an absolute or relative URL for loading, e.g.:
/send2crm.min.js
, orhttps://example.com/send2crm.min.js
Option 2: CDN
Use the script directly from the jsDelivr CDN:
https://cdn.jsdelivr.net/gh/FuseInfoTech/send2crmjs/send2crm.min.js