- Joined
- Oct 20, 2011
- Messages
- 1
- Reaction score
- 0
I have a mobile web page with a link when clicked on an iphone
should prompt the SMS screen with a pre-populated message and
a pre-populated phone# in it.
right now below is the code we are using, and its not working.
<a href="sms:12345678900?body=messagebodyhere">Send me a text</a>
if we just use <a href="sms:12345678900">Send me a text</a>
It works, but it doesn't populate the body of the text message.
I'd like to it work where someone clicks a link, the SMS screen opens,
and both the phone# and the text message are pre-populated, so all
the user has to do is touch "send" to send the SMS.
Does anyone know how to make this work?
should prompt the SMS screen with a pre-populated message and
a pre-populated phone# in it.
right now below is the code we are using, and its not working.
<a href="sms:12345678900?body=messagebodyhere">Send me a text</a>
if we just use <a href="sms:12345678900">Send me a text</a>
It works, but it doesn't populate the body of the text message.
I'd like to it work where someone clicks a link, the SMS screen opens,
and both the phone# and the text message are pre-populated, so all
the user has to do is touch "send" to send the SMS.
Does anyone know how to make this work?