Button Trouble
Hello. I am using muffin builder. I am putting buttons on the page that when clicked by a user, will either call or email me. All my buttons are working properly (call, email, and schedule a meeting). I can not get the sms button to work though.
in the builder, when i click button, my code for call is tel:1234567890. My code for email is mailto:[email protected]. My code for text is sms:1234567890 (and its not working). Is there anything specific i need to do?
Comments