Link to send SMS not working in Quote Template
Known
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.
Replies have been locked on this page!