Schedule a Call

Pricing built for your business

Every business is unique—your budget, process, and tech are constantly evolving. That's why PharmCRM crafts customized pricing, built to your needs.

Our pricing prioritizes:

  • Business needs
  • Budget alignment
  • Commitment to partnership
  • Competitive pricing
  • Flexibility
  • Transparency

Get your free quote









    By submitting this form you confirm that you agree to the storing and processing of your personal data by PharmCRM as described in our
    Privacy Policy.
    // document.addEventListener('DOMContentLoaded', function () { // var input = document.querySelector("#mobile_code"); // var iti = window.intlTelInput(input, { // initialCountry: "auto", // geoIpLookup: function(success) { // fetch("https://ipapi.co/json") // .then(res => res.json()) // .then(data => success(data.country_code)); // }, // utilsScript: "https://cdn.jsdelivr.net/npm/intl-tel-input/build/js/utils.js" // }); // input.addEventListener("countrychange", function() { // document.querySelector("#country-code").value = iti.getSelectedCountryData().dialCode; // }); // }); // document.addEventListener('DOMContentLoaded', function () { // const input = document.querySelector("#mobile_code"); // if (!input) return; // const iti = window.intlTelInput(input, { // initialCountry: "auto", // separateDialCode: true, // ✅ keeps dial code + flag in SAME dropdown // preferredCountries: ["us", "in", "gb"], // customize your top countries // geoIpLookup: function(success) { // fetch("https://ipapi.co/json") // .then(res => res.json()) // .then(data => success(data.country_code)) // .catch(() => success("us")); // }, // utilsScript: "https://cdn.jsdelivr.net/npm/intl-tel-input/build/js/utils.js" // }); // // save dial code in hidden input before submit // const countryField = document.querySelector("#country-code"); // input.addEventListener("countrychange", function() { // countryField.value = "+" + iti.getSelectedCountryData().dialCode; // }); // // also set on load // countryField.value = "+" + iti.getSelectedCountryData().dialCode; // }); // document.addEventListener('DOMContentLoaded', function () { // const input = document.querySelector("input#mobile_code"); // ✅ ensure selector // if (!input) { // console.error("Phone input not found"); // return; // } // const iti = window.intlTelInput(input, { // initialCountry: "auto", // separateDialCode: true, // ✅ flag + code in same dropdown // preferredCountries: ["us", "in", "gb"], // geoIpLookup: function (success) { // fetch("https://ipapi.co/json") // .then(res => res.json()) // .then(data => success(data.country_code)) // .catch(() => success("us")); // }, // utilsScript: "https://cdn.jsdelivr.net/npm/intl-tel-input@18.2.1/build/js/utils.js" // }); // // update hidden field // const countryField = document.querySelector("#country-code"); // input.addEventListener("countrychange", function () { // countryField.value = "+" + iti.getSelectedCountryData().dialCode; // }); // countryField.value = "+" + iti.getSelectedCountryData().dialCode; // });