Hello Everyone, I have created a site where members that create an account can have their clients sign up for contact information. I want to be able to have the members on my site have the ability to search their client and click a button to call them. I have created a database with their information. I havent been able to link the phone number to a button that will call the client after they are searched in the database. Is their code that I can implement? Thank you for your help.
Similarly, I have a database in the CMS with contact information. The email addresses (plain text) are clickable on mobile. The phone numbers (also plain text) are not and I have tried everything I can think of. Did you find a solution to this?
I’m in this spot now too. I’ve set up a whole directory never dreaming that phone numbers would be unclickable. Did you ever find a solution?
Hi Dawn,
For each phone number on the site, there are two entries in the CMS. The first is the visible number, formatted like this: 555-555-5555. The second is in a URL field (not visible) and formatted as: tel:+1-555-555-5555.
Make the click action connect to the URL field and have the label display the normal number and you should be good-to-go.
Best,
Eric
Thank you, thank you!