How to Customize the Pre-Filled Text Message for the 'Text Us' Button
Adding a pre-filled text message to your 'Text Us' button allows users to click the button and instantly open their SMS app with a ready-to-send message. This simplifies the process, saves time, and ensures a smoother experience for your visitors.
- If you don’t want to add a pre-filled message, use the following format for the link:
sms:+PHONE_NUMBER

Example: sms:+14079005466
- If you want to add a pre-filled text message, use this format instead:
sms:+PHONE_NUMBER?&body=YOUR_TEXT

Example: sms:+14079005466?&body=quote
This will open the SMS app with "quote" already filled in the message field.
- Need more than one word? Use %20 as a space between words.
sms:PHONE_NUMBER?&body=TEXT%20TEXT

Example: sms:+14079005466?&body=quote%20please

This will open the SMS app with "quote please" already filled in the message field.
That's it! Your 'Text Us' button is now more helpful than ever!