We are trying to create a hyperlink on an HTML page that should open predefined SMS - when a user removes this link on our page, the SMS application should open with a predefined number and body. We were able to successfully set the number, but we cannot set the body of this text message. Is it possible?
The link that we are trying to make:
<a href="sms:123456789?body=sometext">sms link</a>
Thank you very much for your help!
source
share