Link to send SMS not working in Quote Template
Solved
Trying to include the below code in my quote form:
<a href="sms:**********" rel="noopener noreferrer" target="_blank">text us</a>
However, the link is generating as a relative link (https://rental.software/quotes/sms:**********) instead of the proper form for generating a text message
remove target="_blank" a new tab doesn't need to open. browsers will know to open the phone app.
Remove rel="noopener noreferrer". Great for security when opening a new tab but not an app.
remove target="_blank" a new tab doesn't need to open. browsers will know to open the phone app.
Remove rel="noopener noreferrer". Great for security when opening a new tab but not an app.
Pardon the delay, this is being looked at but I don't have anything conclusive yet. I'll keep you updated.
Pardon the delay, this is being looked at but I don't have anything conclusive yet. I'll keep you updated.
Hey Corey, this has been fixed. It was behaving as you described and was a bug. sms links should have been being excluded from the code that was adding the links but it looks like they were missed initially. Thanks for pointing it out!
Hey Corey, this has been fixed. It was behaving as you described and was a bug. sms links should have been being excluded from the code that was adding the links but it looks like they were missed initially. Thanks for pointing it out!
Replies have been locked on this page!