Link to home
Start Free TrialLog in
Avatar of myddotorg
myddotorg

asked on

Can we have iphone prompt the SMS screen with a pre populated message & phone#?

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?
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial