Currently I have a HTML prompt that will launch iMessage on Mac and prepopulate a body of the message.
The formula looks like
SMS:/ (123) 456-7891 /&body=Hi person, it was great to see you!
When I input this into my web browser, it works great: launches imessage, prepopulates the number and text body. I want to get the button field to launch this HTML line: PROBLEM is that when I launch the button “open URL” it encodes the HTML line automatically and outputs something like-
This no longer works and just says site cannot be reached. Any help or suggestions?