Redirect to URL:
https://wa.me/66821607769?text=Hello%2C%20I%20saw%20your%20banner%20and%20would%20like%20help%20choosing%20the%20right%20treatment.
const phone = "+66821607769'>66821607769"; const message = "Hello, I saw your banner and would like help choosing the right treatment."; const waUrl = "https://wa.me/" + phone + "?text=" + encodeURIComponent(message); window.location.replace(waUrl);