Redirect to URL:
https://wa.me/66821607769?text=Hello%2C%20I%20found%20you%20through%20your%20poster%20and%20would%20like%20to%20book%20a%20session.
const phone = "+66821607769'>66821607769"; const message = "Hello, I found you through your poster and would like to book a session."; const waUrl = "https://wa.me/" + phone + "?text=" + encodeURIComponent(message); window.location.replace(waUrl);