Add icon to a phone field?

is there a way to add icon when displaying a phone field? this doesnt seem to be an option and when i try combing the phone field into a text combo field with html before it to show an icon, it works but breaks the tel: link


ah ok ill try using some js for that. i was going to try to do css pseudo selector :before to target the element by class but then could not get the code for icon image to work there. ill try js custom code for this.

Hi,

I agree, it can be done for connectors so should be easy to allow for other links like tel, mailto, e.t.c..

You can of course always add custom js to do it yourself by looking for the href=tel in the a links

Thanks

Dan