Hello, Does anyone know how to make the phone number on the contact form linkable so on mobile phones you can click to call? Is this done in the shape 5 template? Cheers
redback Hi
As I can see that you already use HTML <a tag with tel: protocol on that page now.
<a
tel:
<a href="tel:+1234567890">+1 234 567 890</a>
Let me know if you need further help on this.
Regards