The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Make a phone number a clickable url

Labels

This Discussion is public

Notifications

Would like a user to be able to click a link on a phone number and either launch a phone call or launch an sms message.  A user would submit the phone number and then I think I would use a view to show the data to the user.  I then want to add either sms:// before the number and also tel://.  Is this possible?

When you create your view, wrap the phone number field in a link as you would on any HTML page.

<a href="tel:555-555-5555">555-555-5555</a>

Discussion closed.